Skip to content

Commit

Permalink
Merge pull request #849 from krassowski/update-bash-language-server-3
Browse files Browse the repository at this point in the history
Update bash language server to v3.1
  • Loading branch information
krassowski authored Sep 3, 2022
2 parents 1a99226 + 5c17537 commit fac38e1
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 205 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"bash-language-server": "^2.0.0",
"bash-language-server": "^3.0.0",
"dictionary-en": "^3.0.0",
"dockerfile-language-server-nodejs": "^0.7.1",
"eslint": "^7.14.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"bashIde.highlightParsingErrors": {
"type": "boolean",
"default": true,
"default": false,
"description": "Controls if parsing errors will be highlighted as problems."
},
"bashIde.explainshellEndpoint": {
Expand Down
2 changes: 1 addition & 1 deletion requirements/atest.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# acceptance test dependencies for jupyter_lsp
-r ./lab.txt
bs4
robotframework >=4
robotframework >=5
robotframework-lsp
robotframework-seleniumlibrary
robotkernel
2 changes: 1 addition & 1 deletion requirements/atest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ dependencies:
- firefox
- geckodriver
- jupyterlab_robotmode
- robotframework >=4
- robotframework >=5
- robotframework-seleniumlibrary
- robotkernel
Loading

0 comments on commit fac38e1

Please sign in to comment.