Closed scatternoodle closed 2 months ago
e.g. response received for sumTime(:
sumTime(
[Trace - 4:58:17 PM] Received response 'textDocument/definition - (18)' in 4ms. Result: { "uri": "", "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 0 } } }
this causes vscode to incorrectly think there is a definition and try to go to a non-existant document URI and position.
e.g. response received for
sumTime(
:this causes vscode to incorrectly think there is a definition and try to go to a non-existant document URI and position.