Skip to content

Commit aa4d93a

Browse files
authored
Merge pull request #184 from mads-hartmann/remove-path-config
Remove unused path config from VS Code client
2 parents e8451fd + 8e8ed01 commit aa4d93a

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

vscode-client/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 1.4.0
44

5-
* Remove additional installation step by integrating the `bash-language-server` (versuib 1.6.1)
5+
* Remove additional installation step by integrating the `bash-language-server` (version 1.6.1)
66

77
## 1.3.3
88

vscode-client/package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@
3131
"type": "object",
3232
"title": "Bash IDE configuration",
3333
"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-
},
3934
"bashIde.highlightParsingErrors": {
4035
"type": "boolean",
4136
"default": true,

0 commit comments

Comments
 (0)