Skip to content

Commit bd2d7f5

Browse files
committed
Format vscode-client package.json
1 parent 48d3705 commit bd2d7f5

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

vscode-client/package.json

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,17 @@
1414
"vscode": "^1.18.x"
1515
},
1616
"icon": "assets/bash-logo.png",
17-
"categories": ["Other"],
18-
"keywords": ["shell script", "bash script", "bash"],
19-
"activationEvents": ["onLanguage:shellscript"],
17+
"categories": [
18+
"Other"
19+
],
20+
"keywords": [
21+
"shell script",
22+
"bash script",
23+
"bash"
24+
],
25+
"activationEvents": [
26+
"onLanguage:shellscript"
27+
],
2028
"main": "./out/src/extension",
2129
"contributes": {
2230
"configuration": {
@@ -26,20 +34,17 @@
2634
"bashIde.path": {
2735
"type": "string",
2836
"default": null,
29-
"description":
30-
"The path to the bash language server binary (example: /usr/local/bin/bash-language-server)"
37+
"description": "The path to the bash language server binary (example: /usr/local/bin/bash-language-server)"
3138
},
3239
"bashIde.highlightParsingErrors": {
3340
"type": "boolean",
3441
"default": true,
35-
"description":
36-
"If enabled parsing errors will be highlighted as 'problems' "
42+
"description": "If enabled parsing errors will be highlighted as 'problems' "
3743
},
3844
"bashIde.explainshellEndpoint": {
3945
"type": "string",
4046
"default": "",
41-
"description":
42-
"Set this to https://explainshell.com (once https://github.com/idank/explainshell/pull/125 is merged in) in order to get hover documentation on flags and options."
47+
"description": "Set this to https://explainshell.com (once https://github.com/idank/explainshell/pull/125 is merged in) in order to get hover documentation on flags and options."
4348
}
4449
}
4550
}
@@ -48,8 +53,8 @@
4853
"vscode:prepublish": "yarn run compile",
4954
"compile": "rm -rf out && ../node_modules/.bin/tsc -p ./",
5055
"compile:watch": "../node_modules/.bin/tsc -w -p ./",
51-
"update-vscode": "node ./node_modules/vscode/bin/install",
52-
"postinstall": "node ./node_modules/vscode/bin/install"
56+
"update-vscode": "vscode-install",
57+
"postinstall": "vscode-install"
5358
},
5459
"dependencies": {
5560
"@types/semver-compare": "^1.0.0",

0 commit comments

Comments
 (0)