File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -379,9 +379,10 @@ otherwise an empty dictionary (`{}`) should be returned.
379
379
guess at where a user's ` nodejs ` might be found
380
380
- some language servers are hard to start purely from the command line
381
381
- use a helper script to encapsulate some complexity, or
382
- - use a command argument of the interpreter is available (see the [ r spec] [ ] and julia spec for examples)
382
+ - use a command argument of the interpreter is available (see the [ r spec] [ ] and [ julia spec] for examples)
383
383
384
384
[ r spec ] : https://github.com/krassowski/jupyterlab-lsp/blob/master/python_packages/jupyter_lsp/jupyter_lsp/specs/r_languageserver.py
385
+ [ julia spec ] : https://github.com/krassowski/jupyterlab-lsp/blob/master/python_packages/jupyter_lsp/jupyter_lsp/specs/julia_language_server.py
385
386
386
387
##### Example: making a pip-installable ` cool-language-server ` spec
387
388
You can’t perform that action at this time.
0 commit comments