Skip to content

Commit 267f10d

Browse files
committed
Please LanguageServer.jl by providing optional fields
1 parent c5933d5 commit 267f10d

File tree

1 file changed

+4
-1
lines changed
  • python_packages/jupyter_lsp/jupyter_lsp/tests

1 file changed

+4
-1
lines changed

python_packages/jupyter_lsp/jupyter_lsp/tests/conftest.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,11 @@ def jsonrpc_init_msg():
9797
"method": "initialize",
9898
"params": {
9999
"capabilities": {
100+
# see: https://github.com/julia-vscode/LanguageServer.jl/issues/1008
100101
# LanguageServer.jl assumes that it is not missing
101-
"workspace": {"didChangeConfiguration": {}}
102+
"workspace": {"didChangeConfiguration": {}},
103+
# LanguageServer.jl assumes that it is not missing
104+
"textDocument": {}
102105
},
103106
"initializationOptions": None,
104107
"processId": None,

0 commit comments

Comments
 (0)