We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
LanguageServer.jl
1 parent c5933d5 commit 267f10dCopy full SHA for 267f10d
python_packages/jupyter_lsp/jupyter_lsp/tests/conftest.py
@@ -97,8 +97,11 @@ def jsonrpc_init_msg():
97
"method": "initialize",
98
"params": {
99
"capabilities": {
100
+ # see: https://github.com/julia-vscode/LanguageServer.jl/issues/1008
101
# LanguageServer.jl assumes that it is not missing
- "workspace": {"didChangeConfiguration": {}}
102
+ "workspace": {"didChangeConfiguration": {}},
103
+ # LanguageServer.jl assumes that it is not missing
104
+ "textDocument": {}
105
},
106
"initializationOptions": None,
107
"processId": None,
0 commit comments