Skip to content

Commit f9284d7

Browse files
refactor(settings): new wording
1 parent 25b3dde commit f9284d7

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "open-vscode",
33
"displayName": "vscode-open",
44
"description": "Open Visual Studio Code with a URL",
5-
"version": "1.1.2",
5+
"version": "1.1.3",
66
"publisher": "robertohuertasm",
77
"license": "MIT",
88
"author": {
@@ -81,23 +81,23 @@
8181
"vscode-open.gitFolders": {
8282
"type": "array",
8383
"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."
8585
},
8686
"vscode-open.gitFoldersMac": {
8787
"type": "array",
8888
"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)"
9090
},
9191
"vscode-open.gitFoldersWindows": {
9292
"type": "array",
9393
"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)"
9595
},
9696
"vscode-open.maxGitFolderDepth": {
97-
"type": "number",
97+
"type": "integer",
9898
"minimum": 1,
9999
"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."
101101
}
102102
}
103103
}

0 commit comments

Comments
 (0)