Skip to content

Commit ef31437

Browse files
committed
Update notes on specs and tests
1 parent ca536aa commit ef31437

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

atest/03_Notebook.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Moving Cells Around
4949
Foreign Extractors
5050
${file} = Set Variable Foreign extractors.ipynb
5151
Configure JupyterLab Plugin
52-
... {"language_servers": {"texlab": {"serverSettings": {"chktex.onOpenAndSave": true}}, "bash-langauge-server": {"bashIde.highlightParsingErrors": true}}, "pylsp": {"priority": 1000}}
52+
... {"language_servers": {"texlab": {"serverSettings": {"chktex.onOpenAndSave": true}}, "bash-langauge-server": {"bashIde.enableSourceErrorDiagnostics": true}}, "pylsp": {"priority": 1000}}
5353
Capture Page Screenshot 10-configured.png
5454
Reset Application State
5555
Setup Notebook Python ${file}

python_packages/jupyter_lsp/jupyter_lsp/specs/config/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
These are configuration schemas extracted from canonical upstreams:
44

5-
- [bash-language-server](https://github.com/mads-hartmann/bash-language-server/blob/master/vscode-client/package.json)
6-
- [pyls](https://github.com/palantir/python-language-server/blob/develop/vscode-client/package.json)
5+
- [bash-language-server](https://github.com/bash-lsp/bash-language-server/blob/master/vscode-client/package.json)
6+
- [pylsp](https://github.com/python-lsp/python-lsp-server/blob/develop/pylsp/config/schema.json)
77
- [dockerfile-language-server-nodejs](https://github.com/microsoft/vscode-docker/blob/master/package.json)
88
- [yaml-language-server](https://github.com/redhat-developer/vscode-yaml/blob/master/package.json)
99

1010
> All of the configurations are sent to the Language Server, but only some of them
11-
> are actually acted upon, but we don't which is which, yet.
11+
> are actually acted upon, but we don't know which is which, yet.

0 commit comments

Comments
 (0)