You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,28 +4,28 @@
4
4
5
5
### New features
6
6
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)
8
8
* e.g. Remote-WSL, Remote-Linux
9
9
* replace `clipboardy` with `vscode.env.clipboard`
10
10
11
11
### Misc
12
12
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
14
14
15
15
## v3.0.0 - 2020-05-29
16
16
17
17
### Breaking change
18
18
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`
20
20
21
21
### New features
22
22
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
24
24
25
25
### Misc
26
26
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)
29
29
* Update some dependencies
30
30
31
31
## v2.0.0 - 2018-09-04
@@ -36,12 +36,12 @@
36
36
37
37
### New feature
38
38
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.
41
41
42
42
### Bug fix
43
43
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.
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.
8
8
@@ -23,11 +23,11 @@ Visual Studio Code extension. This extension displays a current file path from a
@@ -50,29 +50,29 @@ Visual Studio Code extension. This extension displays a current file path from a
50
50
51
51
#### New features
52
52
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)
54
54
* e.g. Remote-WSL, Remote-Linux
55
55
* replace `clipboardy` with `vscode.env.clipboard`
56
56
57
57
#### Misc
58
58
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
60
60
61
61
### v3.0.0
62
62
---
63
63
64
64
#### Breaking change
65
65
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`
67
67
68
68
#### New features
69
69
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
71
71
72
72
#### Misc
73
73
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)
76
76
* Update some dependencies
77
77
78
78
@@ -85,12 +85,12 @@ Visual Studio Code extension. This extension displays a current file path from a
85
85
86
86
#### New feature
87
87
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.
90
90
91
91
#### Bug fix
92
92
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.
Copy file name to clipboardExpand all lines: package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,13 @@
3
3
"displayName": "Current File Path",
4
4
"description": "Display current file's path from absolute (root directory) or workspace highest directory in StatusBar by Unix style or Windows style.",
0 commit comments