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.
2 parents e22f10b + b3458e6 commit e634b25Copy full SHA for e634b25
test-sourcekit-lsp/test-sourcekit-lsp.py
@@ -132,9 +132,6 @@ def main():
132
{
133
"rootPath": args.package,
134
"capabilities": {},
135
- "initializationOptions": {
136
- "experimentalFeatures": ["synchronize-request"]
137
- },
138
},
139
)
140
@@ -150,7 +147,7 @@ def main():
150
147
151
148
152
149
153
- connection.send_request("workspace/_synchronize", {"index": True})
+ connection.send_request("workspace/synchronize", {"index": True})
154
foo_definition_response = connection.send_request(
155
"textDocument/definition",
156
0 commit comments