File tree 2 files changed +8
-8
lines changed 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " open-vscode" ,
3
3
"displayName" : " vscode-open" ,
4
4
"description" : " Open Visual Studio Code with a URL" ,
5
- "version" : " 1.1.2 " ,
5
+ "version" : " 1.1.3 " ,
6
6
"publisher" : " robertohuertasm" ,
7
7
"license" : " MIT" ,
8
8
"author" : {
81
81
"vscode-open.gitFolders" : {
82
82
"type" : " array" ,
83
83
"default" : [],
84
- "description" : " Add here root folders containing your git repositories. The extension will use them to be able to open links to them (Linux) "
84
+ "description" : " AList of folders containing git repositories. Used by the extension to locate your repositories when opening a link. "
85
85
},
86
86
"vscode-open.gitFoldersMac" : {
87
87
"type" : " array" ,
88
88
"default" : [],
89
- "description" : " Add here root folders containing your git repositories. The extension will use them to be able to open links to them ( Mac)"
89
+ "description" : " List of folders containing git repositories. (Only Mac)"
90
90
},
91
91
"vscode-open.gitFoldersWindows" : {
92
92
"type" : " array" ,
93
93
"default" : [],
94
- "description" : " Add here root folders containing your git repositories. The extension will use them to be able to open links to them . (Only Windows)"
94
+ "description" : " List of folders containing git repositories. (Only Windows)"
95
95
},
96
96
"vscode-open.maxGitFolderDepth" : {
97
- "type" : " number " ,
97
+ "type" : " integer " ,
98
98
"minimum" : 1 ,
99
99
"default" : 2 ,
100
- "description" : " The amount of nested folder the extension will look into . Keep it reduced."
100
+ "description" : " Search depth into your git folders . Keep it reduced."
101
101
}
102
102
}
103
103
}
You can’t perform that action at this time.
0 commit comments