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
While typing out code (so with many intermediate states with invalid code, and possibly due to concurrency) I very often get this error:
[Error - 12:00:38 PM] Request textDocument/documentSymbol failed.
Error: Illegal argument: line must be non-negative
at w (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:10:1101)
at new s (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:121:4368)
at new o (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:121:5884)
at D (/Users/tchajed/.vscode/extensions/dafny-lang.ide-vscode-3.2.1/dist/extension.js:1:429900)
at W (/Users/tchajed/.vscode/extensions/dafny-lang.ide-vscode-3.2.1/dist/extension.js:1:435434)
at W (/Users/tchajed/.vscode/extensions/dafny-lang.ide-vscode-3.2.1/dist/extension.js:1:435547)
at W (/Users/tchajed/.vscode/extensions/dafny-lang.ide-vscode-3.2.1/dist/extension.js:1:435547)
at d (/Users/tchajed/.vscode/extensions/dafny-lang.ide-vscode-3.2.1/dist/extension.js:1:473826)
at Object.t.map (/Users/tchajed/.vscode/extensions/dafny-lang.ide-vscode-3.2.1/dist/extension.js:1:473912)
at Object.asDocumentSymbols (/Users/tchajed/.vscode/extensions/dafny-lang.ide-vscode-3.2.1/dist/extension.js:1:443428)
at r (/Users/tchajed/.vscode/extensions/dafny-lang.ide-vscode-3.2.1/dist/extension.js:1:379675)
at r.provideDocumentSymbols (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:127:37581)
I'm using v3.2.1 of the extension and Dafny v4.3.0, and I'm on macOS.
The text was updated successfully, but these errors were encountered:
While typing out code (so with many intermediate states with invalid code, and possibly due to concurrency) I very often get this error:
I'm using v3.2.1 of the extension and Dafny v4.3.0, and I'm on macOS.
The text was updated successfully, but these errors were encountered: