Skip to content

Commit 25b3dde

Browse files
fix(typo): fixed typo in setting
1 parent 87ac58c commit 25b3dde

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: 2 additions & 2 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.1",
5+
"version": "1.1.2",
66
"publisher": "robertohuertasm",
77
"license": "MIT",
88
"author": {
@@ -81,7 +81,7 @@
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 (Liunx)"
84+
"description": "Add here root folders containing your git repositories. The extension will use them to be able to open links to them (Linux)"
8585
},
8686
"vscode-open.gitFoldersMac": {
8787
"type": "array",

0 commit comments

Comments
 (0)