-
Notifications
You must be signed in to change notification settings - Fork 328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VS Code tries to read 'range' field from TextEdit which is null #95
Comments
If {
"result": {
"isIncomplete": true,
"items": [
{
"label": "<?php",
"kind": 14,
"detail": null,
"documentation": null,
"sortText": null,
"filterText": null,
"insertText": null,
"range": null,
"additionalTextEdits": null,
"command": null,
"data": null
}
]
},
"id": 3,
"jsonrpc": "2.0"
}
|
Looks like this is fixed on latest master, but not yet on VS Code Insiders? |
@felixfbecker which verison of the node library are you using ? VS Codes doesn't include the LSP node libraries so this is nothing that will be fixed by a new VS Code version. |
@dbaeumer sorry, you are right, VS Code has nothing to do with this. I am using version 3.0.3, which is the latest version and higher than |
@felixfbecker is this still an issue then. The trace:
Is on old code. The set function for example doesn't exist anymore in 3.0.3 |
@dbaeumer I am sorry, I had a wrong symlink in my extension folder. I think this can be closed. |
@felixfbecker no problem. Happened to me as well :-) Closing |
From @mniewrzal on September 12, 2016 10:57
Steps to Reproduce:
After sending CompletionItem[] as a response for 'textDocument/completion' nothing is happening, no proposals. Developer tools console shows error.
Response for method: 'textDocument/completion':
Developer tools console shows:
Copied from original issue: microsoft/vscode#11876
The text was updated successfully, but these errors were encountered: