File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111variables :
1212 PYTHONUNBUFFERED : 1
1313 YARN_CACHE_FOLDER : $(Pipeline.Workspace)/.yarn
14- PY_JLSP_VERSION : 0.6.0a4
14+ PY_JLSP_VERSION : 0.6.0b
1515 JS_JLLSP_VERSION : 0.5.0
1616
1717jobs :
Original file line number Diff line number Diff line change 33Multi-[ Language Server] [ language-server ] WebSocket proxy for your Jupyter
44` notebook ` or ` lab ` server. For Python 3.5+.
55
6- See the parent of this repository, [ jupyterlab-lsp] ( ../../README.md ) for the
6+ See the parent of this repository, [ jupyterlab-lsp] ( https://github.com/krassowski/jupyterlab-lsp ) for the
77reference client implementation for [ JupyterLab] [ ] .
88
99## Installing language servers
@@ -122,7 +122,7 @@ A custom absolute path to your `nodejs` executable.
122122
123123> default: True
124124
125- ` jupyter-lsp ` will look for all [ known language servers] ( #batteries-expected ) .
125+ ` jupyter-lsp ` will look for all [ known language servers] ( #installing-language-servers ) .
126126User-configured ` language_servers ` of the same implementation will be preferred
127127over ` autodetect ` ed ones.
128128
Original file line number Diff line number Diff line change 11""" single source of truth for jupyter_lsp version
22"""
3- __version__ = "0.6.0a4 "
3+ __version__ = "0.6.0b "
You can’t perform that action at this time.
0 commit comments