File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+
2+ ## 1.2.4
3+ - Added Changelog
4+
5+ ## 1.2.3
6+ - Fixed ReferenceError for ` name ` variable for repos with submodules.
7+
8+ ## 1.2.2
9+ - Fixed bug in exception handlers, upgraded ` vsce ` to ` 1.1.0 ` .
10+
11+ ## 1.2.0
12+ - RAW url commands, bug fix for preview windows.
13+
14+ ## 1.1.0
15+ - Sub-Module Support
16+
17+ ## 1.0.0
18+ - Initial Release
Original file line number Diff line number Diff line change @@ -10,13 +10,6 @@ Usage: `Ctrl+Alt+Z` gets url for all open files and copies them to clipboard
1010
1111Full git sub-module support now included.
1212
13- # Version History
14- - ` 1.2.3: ` Fixed ReferenceError for ` name ` variable for repos with submodules.
15- - ` 1.2.2: ` Fixed bug in exception handlers, upgraded ` vsce ` to ` 1.1.0 ` .
16- - ` 1.2.0: ` RAW url commands, bug fix for preview windows.
17- - ` 1.1.0: ` Sub-Module Support
18- - ` 1.0.0: ` Initial Release
19-
2013# Install
2114
22151 . Within Visual Studio Code, open the command palette (` Ctrl-Shift-P ` / ` Cmd-Shift-P ` )
Original file line number Diff line number Diff line change 11{
22 "name" : " vscode-github-file-folder-url" ,
3- "version" : " 1.2.3 " ,
3+ "version" : " 1.2.4 " ,
44 "publisher" : " cycloware" ,
55 "displayName" : " VsCode - Github-File-Folder-Url" ,
66 "description" : " VsCode Extension that gets a Github url with optional line selection for files and folders." ,
You can’t perform that action at this time.
0 commit comments