-
Notifications
You must be signed in to change notification settings - Fork 340
Closed
Labels
awaiting infoRequires more information from the customer to progressRequires more information from the customer to progressis bug
Description
Describe the bug
VS Code started to freeze sometimes after switching between files, also seeing this in the dev console:
Also this (not sure, if related)

2023-02-27 16:19:43.874 [error] [Dart-Code.dart-code] provider FAILED
2023-02-27 16:19:43.874 [error] Error: DisposableStore is missing...
at Q.l (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:98:45641)
at Q.resolveCompletionItem (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:98:45499)
2023-02-27 16:19:43.876 [error] [Dart-Code.dart-code] provider FAILED
2023-02-27 16:19:43.876 [error] Error: DisposableStore is missing...
at Q.l (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:98:45641)
at Q.resolveCompletionItem (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:98:45499)
2023-02-27 16:19:43.876 [error] [Dart-Code.dart-code] provider FAILED
2023-02-27 16:19:43.876 [error] Error: DisposableStore is missing...
at Q.l (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:98:45641)
at Q.resolveCompletionItem (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:98:45499)
2023-02-27 16:29:45.063 [warning] TextEditor is closed/disposed
And this
2023-03-03 17:49:00.451 [error] [Dart-Code.dart-code] provider FAILED
2023-03-03 17:49:00.451 [error] TypeError: Cannot read properties of undefined (reading 'label')
at shouldTriggerCompletionAgain (/Users/dimannich/.vscode/extensions/dart-code.dart-code-3.60.1/out/dist/extension.js:5474:39)
at LspAnalyzer.<anonymous> (/Users/dimannich/.vscode/extensions/dart-code.dart-code-3.60.1/out/dist/extension.js:5556:25)
at Generator.next (<anonymous>)
at fulfilled (/Users/dimannich/.vscode/extensions/dart-code.dart-code-3.60.1/out/dist/extension.js:5381:58)
at runNextTicks (node:internal/process/task_queues:61:5)
at process.processImmediate (node:internal/timers:437:9)
2023-03-03 17:49:56.149 [warning] TextEditor is closed/disposed
To Reproduce
No particular steps
Expected behavior
No freezes
Screenshots
See above
Please complete the following information:
- Operating System and version: macOS 12.6
- VS Code version: 1.75.1
- Dart extension version: 3.60.1
- Dart/Flutter SDK version: Dart SDK version: 2.19.2 (stable) (Mon Jan 23 11:29:09 2023 -0800) on "macos_x64"
- Target device (if the issue relates to Flutter debugging): -
Metadata
Metadata
Assignees
Labels
awaiting infoRequires more information from the customer to progressRequires more information from the customer to progressis bug
