File tree Expand file tree Collapse file tree 5 files changed +44
-205
lines changed
python_packages/jupyter_lsp/jupyter_lsp/specs/config Expand file tree Collapse file tree 5 files changed +44
-205
lines changed Original file line number Diff line number Diff line change 33 "devDependencies" : {
44 "@typescript-eslint/eslint-plugin" : " ^4.8.1" ,
55 "@typescript-eslint/parser" : " ^4.8.1" ,
6- "bash-language-server" : " ^2 .0.0" ,
6+ "bash-language-server" : " ^3 .0.0" ,
77 "dictionary-en" : " ^3.0.0" ,
88 "dockerfile-language-server-nodejs" : " ^0.7.1" ,
99 "eslint" : " ^7.14.0" ,
Original file line number Diff line number Diff line change 99 },
1010 "bashIde.highlightParsingErrors" : {
1111 "type" : " boolean" ,
12- "default" : true ,
12+ "default" : false ,
1313 "description" : " Controls if parsing errors will be highlighted as problems."
1414 },
1515 "bashIde.explainshellEndpoint" : {
Original file line number Diff line number Diff line change 11# acceptance test dependencies for jupyter_lsp
22-r ./lab.txt
33bs4
4- robotframework >=4
4+ robotframework >=5
55robotframework-lsp
66robotframework-seleniumlibrary
77robotkernel
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ dependencies:
88 - firefox
99 - geckodriver
1010 - jupyterlab_robotmode
11- - robotframework >=4
11+ - robotframework >=5
1212 - robotframework-seleniumlibrary
1313 - robotkernel
You can’t perform that action at this time.
0 commit comments