Skip to content

Commit 8d923d0

Browse files
committed
chore: uppercase to lowercase
1 parent 9e09082 commit 8d923d0

File tree

5 files changed

+26
-26
lines changed

5 files changed

+26
-26
lines changed

CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,28 @@
44

55
### New features
66

7-
* (refs [#151](https://github.com/YoshinoriN/vscode-current-file-path-extension/pull/151)): Support copy feature on the remote-host [@dlguswo333](https://github.com/dlguswo333)
7+
* (refs [#151](https://github.com/yoshinorin/vscode-current-file-path-extension/pull/151)): Support copy feature on the remote-host [@dlguswo333](https://github.com/dlguswo333)
88
* e.g. Remote-WSL, Remote-Linux
99
* replace `clipboardy` with `vscode.env.clipboard`
1010

1111
### Misc
1212

13-
* [f735692](https://github.com/YoshinoriN/vscode-current-file-path-extension/commit/f735692fd2ae51f8c317664716c86a731e501b41): update some devDependencies
13+
* [f735692](https://github.com/yoshinorin/vscode-current-file-path-extension/commit/f735692fd2ae51f8c317664716c86a731e501b41): update some devDependencies
1414

1515
## v3.0.0 - 2020-05-29
1616

1717
### Breaking change
1818

19-
* [6664105](https://github.com/YoshinoriN/vscode-current-file-path-extension/commit/66641059a8263cf4d9d70986b5f424d65b6d5f38): Bump min support VSCode version from `1.18.0` to `1.40.0`
19+
* [6664105](https://github.com/yoshinorin/vscode-current-file-path-extension/commit/66641059a8263cf4d9d70986b5f424d65b6d5f38): Bump min support VSCode version from `1.18.0` to `1.40.0`
2020

2121
### New features
2222

23-
* [5811830](https://github.com/YoshinoriN/vscode-current-file-path-extension/commit/58118304a2a068b69fa544b3268bee578615f0fb): Add open extension settings
23+
* [5811830](https://github.com/yoshinorin/vscode-current-file-path-extension/commit/58118304a2a068b69fa544b3268bee578615f0fb): Add open extension settings
2424

2525
### Misc
2626

27-
* (refs [#144](https://github.com/YoshinoriN/vscode-current-file-path-extension/pull/144)), [f56d3fde](https://github.com/YoshinoriN/vscode-current-file-path-extension/commit/f56d3fde4855902d8f54aefd4a10e4f62d8c90b7), [339b2400](https://github.com/YoshinoriN/vscode-current-file-path-extension/commit/339b240067e161b292da25160a4223278539a313): Add unit test
28-
* (refs [#143](https://github.com/YoshinoriN/vscode-current-file-path-extension/pull/143)): Add CI (GitHub Action)
27+
* (refs [#144](https://github.com/yoshinorin/vscode-current-file-path-extension/pull/144)), [f56d3fde](https://github.com/yoshinorin/vscode-current-file-path-extension/commit/f56d3fde4855902d8f54aefd4a10e4f62d8c90b7), [339b2400](https://github.com/yoshinorin/vscode-current-file-path-extension/commit/339b240067e161b292da25160a4223278539a313): Add unit test
28+
* (refs [#143](https://github.com/yoshinorin/vscode-current-file-path-extension/pull/143)): Add CI (GitHub Action)
2929
* Update some dependencies
3030

3131
## v2.0.0 - 2018-09-04
@@ -36,12 +36,12 @@
3636

3737
### New feature
3838

39-
* (refs [#16](https://github.com/YoshinoriN/vscode-current-file-path-extension/issues/16)) All action callable from command palette.
40-
* (refs [#19](https://github.com/YoshinoriN/vscode-current-file-path-extension/issues/19)) Implement copy file name feature.
39+
* (refs [#16](https://github.com/yoshinorin/vscode-current-file-path-extension/issues/16)) All action callable from command palette.
40+
* (refs [#19](https://github.com/yoshinorin/vscode-current-file-path-extension/issues/19)) Implement copy file name feature.
4141

4242
### Bug fix
4343

44-
* (refs [#21](https://github.com/YoshinoriN/vscode-current-file-path-extension/issues/21)) Can not get correct each root folder path if workspace has some folders.
44+
* (refs [#21](https://github.com/yoshinorin/vscode-current-file-path-extension/issues/21)) Can not get correct each root folder path if workspace has some folders.
4545

4646
### Others
4747

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 YoshinoriN
3+
Copyright (c) 2018 yoshinorin
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![](https://img.shields.io/badge/Release-v3.1.0-blue.svg?style=flat-square)
44
![](https://img.shields.io/badge/vscode-^1.40.0-blue.svg?style=flat-square)
5-
![GitHub Action](https://img.shields.io/github/workflow/status/YoshinoriN/vscode-current-file-path-extension/CI/master?label=GitHub%20Action)
5+
![GitHub Action](https://img.shields.io/github/workflow/status/yoshinorin/vscode-current-file-path-extension/CI/master?label=GitHub%20Action)
66

77
Visual Studio Code extension. This extension displays a current file path from absolute (root directory) or workspace highest directory in StatusBar by Unix style or Windows style.
88

@@ -23,11 +23,11 @@ Visual Studio Code extension. This extension displays a current file path from a
2323

2424
## Images
2525

26-
![](https://raw.githubusercontent.com/YoshinoriN/vscode-current-file-path-extension/master/images/image.gif)
26+
![](https://raw.githubusercontent.com/yoshinorin/vscode-current-file-path-extension/master/images/image.gif)
2727

2828
**Command Palette**
2929

30-
![](https://raw.githubusercontent.com/YoshinoriN/vscode-current-file-path-extension/master/images/command-palette.png)
30+
![](https://raw.githubusercontent.com/yoshinorin/vscode-current-file-path-extension/master/images/command-palette.png)
3131

3232
## Extension Settings
3333

@@ -50,29 +50,29 @@ Visual Studio Code extension. This extension displays a current file path from a
5050

5151
#### New features
5252

53-
* (refs [#151](https://github.com/YoshinoriN/vscode-current-file-path-extension/pull/151)): Support copy feature on the remote-host [@dlguswo333](https://github.com/dlguswo333)
53+
* (refs [#151](https://github.com/yoshinorin/vscode-current-file-path-extension/pull/151)): Support copy feature on the remote-host [@dlguswo333](https://github.com/dlguswo333)
5454
* e.g. Remote-WSL, Remote-Linux
5555
* replace `clipboardy` with `vscode.env.clipboard`
5656

5757
#### Misc
5858

59-
* [f735692](https://github.com/YoshinoriN/vscode-current-file-path-extension/commit/f735692fd2ae51f8c317664716c86a731e501b41): update some devDependencies
59+
* [f735692](https://github.com/yoshinorin/vscode-current-file-path-extension/commit/f735692fd2ae51f8c317664716c86a731e501b41): update some devDependencies
6060

6161
### v3.0.0
6262
---
6363

6464
#### Breaking change
6565

66-
* [6664105](https://github.com/YoshinoriN/vscode-current-file-path-extension/commit/66641059a8263cf4d9d70986b5f424d65b6d5f38): Bump min support VSCode version from `1.18.0` to `1.40.0`
66+
* [6664105](https://github.com/yoshinorin/vscode-current-file-path-extension/commit/66641059a8263cf4d9d70986b5f424d65b6d5f38): Bump min support VSCode version from `1.18.0` to `1.40.0`
6767

6868
#### New features
6969

70-
* [5811830](https://github.com/YoshinoriN/vscode-current-file-path-extension/commit/58118304a2a068b69fa544b3268bee578615f0fb): Add open extension settings
70+
* [5811830](https://github.com/yoshinorin/vscode-current-file-path-extension/commit/58118304a2a068b69fa544b3268bee578615f0fb): Add open extension settings
7171

7272
#### Misc
7373

74-
* (refs [#144](https://github.com/YoshinoriN/vscode-current-file-path-extension/pull/144)), [f56d3fde](https://github.com/YoshinoriN/vscode-current-file-path-extension/commit/f56d3fde4855902d8f54aefd4a10e4f62d8c90b7), [339b2400](https://github.com/YoshinoriN/vscode-current-file-path-extension/commit/339b240067e161b292da25160a4223278539a313): Add unit test
75-
* (refs [#143](https://github.com/YoshinoriN/vscode-current-file-path-extension/pull/143)): Add CI (GitHub Action)
74+
* (refs [#144](https://github.com/yoshinorin/vscode-current-file-path-extension/pull/144)), [f56d3fde](https://github.com/yoshinorin/vscode-current-file-path-extension/commit/f56d3fde4855902d8f54aefd4a10e4f62d8c90b7), [339b2400](https://github.com/yoshinorin/vscode-current-file-path-extension/commit/339b240067e161b292da25160a4223278539a313): Add unit test
75+
* (refs [#143](https://github.com/yoshinorin/vscode-current-file-path-extension/pull/143)): Add CI (GitHub Action)
7676
* Update some dependencies
7777

7878

@@ -85,12 +85,12 @@ Visual Studio Code extension. This extension displays a current file path from a
8585

8686
#### New feature
8787

88-
* (refs [#16](https://github.com/YoshinoriN/vscode-current-file-path-extension/issues/16)) All action callable from command palette.
89-
* (refs [#19](https://github.com/YoshinoriN/vscode-current-file-path-extension/issues/19)) Implement copy file name feature.
88+
* (refs [#16](https://github.com/yoshinorin/vscode-current-file-path-extension/issues/16)) All action callable from command palette.
89+
* (refs [#19](https://github.com/yoshinorin/vscode-current-file-path-extension/issues/19)) Implement copy file name feature.
9090

9191
#### Bug fix
9292

93-
* (refs [#21](https://github.com/YoshinoriN/vscode-current-file-path-extension/issues/21)) Can not get correct each root folder path if workspace has some folders.
93+
* (refs [#21](https://github.com/yoshinorin/vscode-current-file-path-extension/issues/21)) Can not get correct each root folder path if workspace has some folders.
9494

9595
#### Others
9696

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"displayName": "Current File Path",
44
"description": "Display current file's path from absolute (root directory) or workspace highest directory in StatusBar by Unix style or Windows style.",
55
"version": "3.1.0",
6-
"publisher": "YoshinoriN",
6+
"publisher": "yoshinorin",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/YoshinoriN/vscode-current-file-path-extension"
9+
"url": "https://github.com/yoshinorin/vscode-current-file-path-extension"
1010
},
1111
"bugs": {
12-
"url": "https://github.com/YoshinoriN/vscode-current-file-path-extension/issues"
12+
"url": "https://github.com/yoshinorin/vscode-current-file-path-extension/issues"
1313
},
1414
"license": "MIT",
1515
"engines": {

src/currentFile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export class CurrentFile {
187187
}
188188

189189
public openSettings() {
190-
commands.executeCommand('workbench.action.openSettings', '@ext:YoshinoriN.current-file-path');
190+
commands.executeCommand('workbench.action.openSettings', '@ext:yoshinorin.current-file-path');
191191
}
192192

193193
public executeQuickPickerAction() {

0 commit comments

Comments
 (0)