You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting Request textDocument/documentSymbol failed notification. I think the problem in that the textDocument/documentSymbol is returning "name": [] (see the trace below), while name should be a string (ref)
[Error - 14:48:33] Request textDocument/documentSymbol failed.
TypeError: Cannot read properties of undefined (reading 'range')
at W (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/extensions/json-language-features/client/dist/node/jsonClientMain.js:2:886962)
at c (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/extensions/json-language-features/client/dist/node/jsonClientMain.js:2:925248)
at Object.t.map (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/extensions/json-language-features/client/dist/node/jsonClientMain.js:2:925334)
at Object.asSymbolInformations (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/extensions/json-language-features/client/dist/node/jsonClientMain.js:2:894974)
at i (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/extensions/json-language-features/client/dist/node/jsonClientMain.js:2:833738)
at t.provideDocumentSymbols (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:100:38974)
Getting
Request textDocument/documentSymbol failed
notification. I think the problem in that thetextDocument/documentSymbol
is returning"name": []
(see the trace below), whilename
should be a string (ref)JSON doc contents (my
keybindings.json
):Exception trace
Log Trace
Version info
Version: 1.77.0-insider (Universal)
Commit: 833ac685084e2028b09753392b82c641c7025bbc
Date: 2023-03-21T05:26:40.905Z
Electron: 19.1.11
Chromium: 102.0.5005.196
Node.js: 16.14.2
V8: 10.2.154.26-electron.0
OS: Darwin arm64 22.3.0
Sandboxed: Yes
The text was updated successfully, but these errors were encountered: