We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8451fd + 8e8ed01 commit aa4d93aCopy full SHA for aa4d93a
vscode-client/CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
## 1.4.0
4
5
-* Remove additional installation step by integrating the `bash-language-server` (versuib 1.6.1)
+* Remove additional installation step by integrating the `bash-language-server` (version 1.6.1)
6
7
## 1.3.3
8
vscode-client/package.json
@@ -31,11 +31,6 @@
31
"type": "object",
32
"title": "Bash IDE configuration",
33
"properties": {
34
- "bashIde.path": {
35
- "type": "string",
36
- "default": null,
37
- "description": "The path to the bash language server binary (example: /usr/local/bin/bash-language-server)"
38
- },
39
"bashIde.highlightParsingErrors": {
40
"type": "boolean",
41
"default": true,
0 commit comments