Dart-Code: [Analyser] Error [ERR_STREAM_DESTROYED]: Cannot call write after a stream was destroyed

Hi,

I encounter this issue quitte a lot recently and one of my friend also :

Dart Code extension: 3.7.1
Flutter extension: 3.7.1 (activated)
VS Code: 1.41.0
Platform: win
Workspace type: Flutter
Multi-root?: false
Dart SDK:
    Loc: C:\Users\Bounty1342\Desktop\flutter\bin\cache\dart-sdk
    Ver: 2.7.0-dev.2.1
Flutter SDK:
    Loc: C:\Users\Bounty1342\Desktop\flutter
    Ver: 1.12.13+hotfix.5
HTTP_PROXY: undefined
NO_PROXY: undefined
Error [ERR_STREAM_DESTROYED]: Cannot call write after a stream was destroyed
	at doWrite (_stream_writable.js:413:19)
	at writeOrBuffer (_stream_writable.js:401:5)
	at Socket.Writable.write (_stream_writable.js:301:11)
	at m.sendMessage (c:\Users\Bounty1342\.vscode\extensions\dart-code.dart-code-3.7.1\out\dist\extension.js:1:45556)
	at m.sendMessage (c:\Users\Bounty1342\.vscode\extensions\dart-code.dart-code-3.7.1\out\dist\extension.js:1:39197)
	at c:\Users\Bounty1342\.vscode\extensions\dart-code.dart-code-3.7.1\out\dist\extension.js:1:45364
	at new Promise (<anonymous>)
	at m.sendRequest (c:\Users\Bounty1342\.vscode\extensions\dart-code.dart-code-3.7.1\out\dist\extension.js:1:45176)
	at m.editGetFixes (c:\Users\Bounty1342\.vscode\extensions\dart-code.dart-code-3.7.1\out\dist\extension.js:1:290549)
	at t.FixCodeActionProvider.<anonymous> (c:\Users\Bounty1342\.vscode\extensions\dart-code.dart-code-3.7.1\out\dist\extension.js:1:436166)
	at Generator.next (<anonymous>)
	at c:\Users\Bounty1342\.vscode\extensions\dart-code.dart-code-3.7.1\out\dist\extension.js:1:435700
	at new Promise (<anonymous>)
	at r (c:\Users\Bounty1342\.vscode\extensions\dart-code.dart-code-3.7.1\out\dist\extension.js:1:435445)
	at t.FixCodeActionProvider.provideCodeActions (c:\Users\Bounty1342\.vscode\extensions\dart-code.dart-code-3.7.1\out\dist\extension.js:1:436006)
	at c:\Users\Bounty1342\.vscode\extensions\dart-code.dart-code-3.7.1\out\dist\extension.js:1:441239
	at Array.map (<anonymous>)
	at t.RankingCodeActionProvider.<anonymous> (c:\Users\Bounty1342\.vscode\extensions\dart-code.dart-code-3.7.1\out\dist\extension.js:1:441230)
	at Generator.next (<anonymous>)
	at c:\Users\Bounty1342\.vscode\extensions\dart-code.dart-code-3.7.1\out\dist\extension.js:1:440679
	at new Promise (<anonymous>)
	at r (c:\Users\Bounty1342\.vscode\extensions\dart-code.dart-code-3.7.1\out\dist\extension.js:1:440424)
	at t.RankingCodeActionProvider.provideCodeActions (c:\U…

[22:15:08] [Analyzer] [Info] Spawning C:\Users\Bounty1342\Desktop\flutter\bin\cache\dart-sdk\bin\dart.exe with args ["C:\\Users\\Bounty1342\\Desktop\\flutter\\bin\\cache\\dart-sdk\\bin\\snapshots\\analysis_server.dart.snapshot","--client-id=Dart-Code.dart-code","--client-version=3.7.1"]

image

Let’s me know if I can provide more informations. Regards

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Reactions: 11
  • Comments: 20 (9 by maintainers)

Most upvoted comments

Hello devs! I managed to solve this by doing the following steps:

  • Restarting VSCode,
  • Running “flutter clean” on the terminal,
  • and right after I ran the application!

It was a success! I hope I can help them 😀

The original issue linked above was accidentally re-introduced in the Dart SDK and has recently been re-fixed (see https://github.com/dart-lang/sdk/issues/40348#issuecomment-689468824). That fix hasn’t made Flutter’s stable channel yet, so I suspect you’re seeing the same thing.

I am on master, still an issue

[08:53:19] [General] [Error] Cannot call write after a stream was destroyed
Error [ERR_STREAM_DESTROYED]: Cannot call write after a stream was destroyed
	at doWrite (_stream_writable.js:414:19)
	at writeOrBuffer (_stream_writable.js:402:5)
	at Socket.Writable.write (_stream_writable.js:302:11)
	at b.sendMessage (c:\Users\Ruan\.vscode\extensions\dart-code.dart-code-3.14.0\out\dist\extension.js:1:130828)
	at b.sendMessage (c:\Users\Ruan\.vscode\extensions\dart-code.dart-code-3.14.0\out\dist\extension.js:1:158470)
	at c:\Users…

I’m also facing this issue. The Dart Analyzer has crashed much more frequently the last month or two, not exactly sure when it started. Using flutter daily and I’m on the beta branch of Flutter (currently 1.12.13+hotfix.6). It seems like it crashes every time I start my flutter app now.

I’m using VS Code on Windows but I cannot install the vsix posted above. I get this error when I try to install the vsix:

2020-01-14 14:26:34 - Microsoft VSIX Installer
2020-01-14 14:26:34 - -------------------------------------------
2020-01-14 14:26:34 - vsixinstaller.exe version:
2020-01-14 14:26:34 - 16.4.1057
2020-01-14 14:26:34 - -------------------------------------------
2020-01-14 14:26:34 - Command line parameters:
2020-01-14 14:26:34 - C:\Program Files (x86)\Microsoft Visual Studio\Installer\resources\app\ServiceHub\Services\Microsoft.VisualStudio.Setup.Service\VSIXInstaller.exe,C:\Users\micke\Downloads\dart-code-3.8.0-dev.analyzer-debug.1.vsix
2020-01-14 14:26:34 - -------------------------------------------
2020-01-14 14:26:34 - Microsoft VSIX Installer
2020-01-14 14:26:34 - -------------------------------------------
2020-01-14 14:26:34 - Initializing Install...
2020-01-14 14:26:34 - Microsoft.VisualStudio.ExtensionManager.InvalidExtensionManifestException: Element 'Identity' has invalid value for attribute 'Version' ---> System.ArgumentException: Version string portion was too short or too long.
   at System.Version.VersionResult.SetFailure(ParseFailureKind failure, String argument)
   at System.Version.TryParseVersion(String version, VersionResult& result)
   at System.Version.Parse(String input)
   at System.Version..ctor(String version)
   at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl.<>c.<ExtractManifestData>b__67_1(String s)
   at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl.VerifyStringValue[T](String value, ErrorInfo info, Func`2 selector, Boolean isRequired, Int32 maxLength, T defaultValue)
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.WatsonReport.GetClrWatsonExceptionInfo(Exception exceptionObject)
   --- End of inner exception stack trace ---
   at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl.VerifyStringValue[T](String value, ErrorInfo info, Func`2 selector, Boolean isRequired, Int32 maxLength, T defaultValue)
   at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl.ExtractManifestData(PackageManifest manifest)
   at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl.ReadPackageManifest(XmlReader reader)
   at Microsoft.VisualStudio.ExtensionManager.ExtensionImpl.ReadManifest(Stream manifestStream)
   at Microsoft.VisualStudio.ExtensionManager.InstallableExtensionImpl.ReadVSIXManifestFromPackage(Stream stream, CultureInfo preferredCulture)
   at Microsoft.VisualStudio.ExtensionManager.InstallableExtensionImpl..ctor(String path, CultureInfo preferredCulture)
   at Microsoft.VisualStudio.ExtensionManager.ExtensionEngineImpl.CreateInstallableExtension(String extensionPath, CultureInfo preferredCulture)
   at Microsoft.VisualStudio.ExtensionManager.ExtensionEngineImpl.CreateInstallableExtension(String extensionPath)
   at VSIXInstaller.ExtensionService.GetInstallableData(String vsixPath, String extensionPackParentName, Boolean isRepairSupported, IStateData stateData, IEnumerable`1& skuData)
   at VSIXInstaller.ExtensionPackService.IsExtensionPack(IStateData stateData, Boolean isRepairSupported)
   at VSIXInstaller.ExtensionPackService.ExpandExtensionPackToInstall(IStateData stateData, Boolean isRepairSupported)
   at VSIXInstaller.App.Initialize(Boolean isRepairSupported)
   at VSIXInstaller.App.Initialize()
   at System.Threading.Tasks.Task`1.InnerInvoke()
   at System.Threading.Tasks.Task.Execute()

The log from the dart analyzer seems very similar to the one from Todd above:

!! PLEASE REVIEW THIS LOG FOR SENSITIVE INFORMATION BEFORE SHARING !!

Dart Code extension: 3.7.1
Flutter extension: 3.7.1 (not activated)
VS Code: 1.41.1
Platform: win
HTTP_PROXY: undefined
NO_PROXY: undefined

Tue Jan 14 2020 [14:27:11 GMT+0100 (centraleuropeisk normaltid)] Log file started
[14:27:11] [General] [Info] Searching for SDKs...
[14:27:11] [General] [Info] Environment PATH:
[14:27:11] [General] [Info]     C:\Program Files (x86)\Common Files\Oracle\Java\javapath
[14:27:11] [General] [Info]     C:\Windows\system32
[14:27:11] [General] [Info]     C:\Windows
[14:27:11] [General] [Info]     C:\Windows\System32\Wbem
[14:27:11] [General] [Info]     C:\Windows\System32\WindowsPowerShell\v1.0\
[14:27:11] [General] [Info]     C:\Windows\System32\OpenSSH\
[14:27:11] [General] [Info]     C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common
[14:27:11] [General] [Info]     C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR
[14:27:11] [General] [Info]     C:\Program Files\dotnet\
[14:27:11] [General] [Info]     C:\Program Files\Microsoft SQL Server\130\Tools\Binn\
[14:27:11] [General] [Info]     C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\
[14:27:11] [General] [Info]     C:\flutter\bin
[14:27:11] [General] [Info]     C:\Program Files (x86)\Microsoft SQL Server\150\DTS\Binn\
[14:27:11] [General] [Info]     C:\ProgramData\chocolatey\bin
[14:27:11] [General] [Info]     C:\Program Files\Git\cmd
[14:27:11] [General] [Info]     C:\AndroidSDK
[14:27:11] [General] [Info]     C:\AndroidSDK\platform-tools
[14:27:11] [General] [Info]     C:\Users\micke\AppData\Local\Microsoft\WindowsApps
[14:27:11] [General] [Info]     C:\Users\micke\AppData\Local\Programs\Microsoft VS Code\bin
[14:27:11] [General] [Info] Found Flutter project at C:\git\demo-flutter:
			Mobile? true
			Web? false
			Create Trigger? false
			Flutter Repo? false
[14:27:12] [General] [Info] Searching for flutter.bat
[14:27:12] [General] [Info]     Looking for flutter.bat in:
[14:27:12] [General] [Info]         C:\flutter
[14:27:12] [General] [Info]         C:\flutter\bin
[14:27:12] [General] [Info]         C:\git\demo-flutter
[14:27:12] [General] [Info]         C:\git\demo-flutter\bin
[14:27:12] [General] [Info]         C:\flutter\bin\
[14:27:12] [General] [Info]         C:\git\demo-flutter\.flutter
[14:27:12] [General] [Info]         C:\git\demo-flutter\.flutter\bin
[14:27:12] [General] [Info]         C:\git\demo-flutter\vendor\flutter
[14:27:12] [General] [Info]         C:\git\demo-flutter\vendor\flutter\bin
[14:27:12] [General] [Info]         C:\Program Files (x86)\Common Files\Oracle\Java\javapath
[14:27:12] [General] [Info]         C:\Program Files (x86)\Common Files\Oracle\Java\javapath\bin
[14:27:12] [General] [Info]         C:\Windows\system32
[14:27:12] [General] [Info]         C:\Windows\system32\bin
[14:27:12] [General] [Info]         C:\Windows
[14:27:12] [General] [Info]         C:\Windows\bin
[14:27:12] [General] [Info]         C:\Windows\System32\Wbem
[14:27:12] [General] [Info]         C:\Windows\System32\Wbem\bin
[14:27:12] [General] [Info]         C:\Windows\System32\WindowsPowerShell\v1.0\
[14:27:12] [General] [Info]         C:\Windows\System32\WindowsPowerShell\v1.0\bin
[14:27:12] [General] [Info]         C:\Windows\System32\OpenSSH\
[14:27:12] [General] [Info]         C:\Windows\System32\OpenSSH\bin
[14:27:12] [General] [Info]         C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common
[14:27:12] [General] [Info]         C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common\bin
[14:27:12] [General] [Info]         C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR
[14:27:12] [General] [Info]         C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR\bin
[14:27:12] [General] [Info]         C:\Program Files\dotnet\
[14:27:12] [General] [Info]         C:\Program Files\dotnet\bin
[14:27:12] [General] [Info]         C:\Program Files\Microsoft SQL Server\130\Tools\Binn\
[14:27:12] [General] [Info]         C:\Program Files\Microsoft SQL Server\130\Tools\Binn\bin
[14:27:12] [General] [Info]         C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\
[14:27:12] [General] [Info]         C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\bin
[14:27:12] [General] [Info]         C:\flutter\bin
[14:27:12] [General] [Info]         C:\Program Files (x86)\Microsoft SQL Server\150\DTS\Binn\
[14:27:12] [General] [Info]         C:\Program Files (x86)\Microsoft SQL Server\150\DTS\Binn\bin
[14:27:12] [General] [Info]         C:\ProgramData\chocolatey\bin
[14:27:12] [General] [Info]         C:\Program Files\Git\cmd
[14:27:12] [General] [Info]         C:\Program Files\Git\cmd\bin
[14:27:12] [General] [Info]         C:\AndroidSDK
[14:27:12] [General] [Info]         C:\AndroidSDK\bin
[14:27:12] [General] [Info]         C:\AndroidSDK\platform-tools
[14:27:12] [General] [Info]         C:\AndroidSDK\platform-tools\bin
[14:27:12] [General] [Info]         C:\Users\micke\AppData\Local\Microsoft\WindowsApps
[14:27:12] [General] [Info]         C:\Users\micke\AppData\Local\Microsoft\WindowsApps\bin
[14:27:12] [General] [Info]         C:\Users\micke\AppData\Local\Programs\Microsoft VS Code\bin
[14:27:12] [General] [Info]     Found at:
[14:27:12] [General] [Info]         C:\flutter\bin
[14:27:12] [General] [Info]         C:\flutter\bin\
[14:27:12] [General] [Info]         C:\flutter\bin
[14:27:12] [General] [Info]     Candidate paths to be post-filtered:
[14:27:12] [General] [Info]         C:\flutter
[14:27:12] [General] [Info]         C:\flutter
[14:27:12] [General] [Info]         C:\flutter
[14:27:12] [General] [Info]     Found at C:\flutter
[14:27:12] [General] [Info]     Returning SDK path C:\flutter for flutter.bat
[14:27:12] [General] [Info] Searching for dart.exe
[14:27:12] [General] [Info]     Looking for dart.exe in:
[14:27:12] [General] [Info]         C:\flutter\bin\cache\dart-sdk
[14:27:12] [General] [Info]         C:\flutter\bin\cache\dart-sdk\bin
[14:27:12] [General] [Info]         C:\Program Files (x86)\Common Files\Oracle\Java\javapath
[14:27:12] [General] [Info]         C:\Program Files (x86)\Common Files\Oracle\Java\javapath\bin
[14:27:12] [General] [Info]         C:\Windows\system32
[14:27:12] [General] [Info]         C:\Windows\system32\bin
[14:27:12] [General] [Info]         C:\Windows
[14:27:12] [General] [Info]         C:\Windows\bin
[14:27:12] [General] [Info]         C:\Windows\System32\Wbem
[14:27:12] [General] [Info]         C:\Windows\System32\Wbem\bin
[14:27:12] [General] [Info]         C:\Windows\System32\WindowsPowerShell\v1.0\
[14:27:12] [General] [Info]         C:\Windows\System32\WindowsPowerShell\v1.0\bin
[14:27:12] [General] [Info]         C:\Windows\System32\OpenSSH\
[14:27:12] [General] [Info]         C:\Windows\System32\OpenSSH\bin
[14:27:12] [General] [Info]         C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common
[14:27:12] [General] [Info]         C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common\bin
[14:27:12] [General] [Info]         C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR
[14:27:12] [General] [Info]         C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR\bin
[14:27:12] [General] [Info]         C:\Program Files\dotnet\
[14:27:12] [General] [Info]         C:\Program Files\dotnet\bin
[14:27:12] [General] [Info]         C:\Program Files\Microsoft SQL Server\130\Tools\Binn\
[14:27:12] [General] [Info]         C:\Program Files\Microsoft SQL Server\130\Tools\Binn\bin
[14:27:12] [General] [Info]         C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\
[14:27:12] [General] [Info]         C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\bin
[14:27:12] [General] [Info]         C:\flutter\bin
[14:27:12] [General] [Info]         C:\Program Files (x86)\Microsoft SQL Server\150\DTS\Binn\
[14:27:12] [General] [Info]         C:\Program Files (x86)\Microsoft SQL Server\150\DTS\Binn\bin
[14:27:12] [General] [Info]         C:\ProgramData\chocolatey\bin
[14:27:12] [General] [Info]         C:\Program Files\Git\cmd
[14:27:12] [General] [Info]         C:\Program Files\Git\cmd\bin
[14:27:12] [General] [Info]         C:\AndroidSDK
[14:27:12] [General] [Info]         C:\AndroidSDK\bin
[14:27:12] [General] [Info]         C:\AndroidSDK\platform-tools
[14:27:12] [General] [Info]         C:\AndroidSDK\platform-tools\bin
[14:27:12] [General] [Info]         C:\Users\micke\AppData\Local\Microsoft\WindowsApps
[14:27:12] [General] [Info]         C:\Users\micke\AppData\Local\Microsoft\WindowsApps\bin
[14:27:12] [General] [Info]         C:\Users\micke\AppData\Local\Programs\Microsoft VS Code\bin
[14:27:12] [General] [Info]         C:\flutter\bin\cache\dart-sdk
[14:27:12] [General] [Info]         C:\flutter\bin\cache\dart-sdk\bin
[14:27:12] [General] [Info]     Found at:
[14:27:12] [General] [Info]         C:\flutter\bin\cache\dart-sdk\bin
[14:27:12] [General] [Info]         C:\flutter\bin\cache\dart-sdk\bin
[14:27:12] [General] [Info]     Candidate paths to be post-filtered:
[14:27:12] [General] [Info]         C:\flutter\bin\cache\dart-sdk
[14:27:12] [General] [Info]         C:\flutter\bin\cache\dart-sdk
[14:27:12] [General] [Info]     Found at C:\flutter\bin\cache\dart-sdk
[14:27:12] [General] [Info]     Returning SDK path C:\flutter\bin\cache\dart-sdk for dart.exe
[14:27:12] [General] [Info] Activating Flutter extension for Flutter project...
[14:27:12] [General] [Info] Extension:Startup timing: 124ms
[14:27:12] [General] [Info] Analyzer:Startup timing: 276ms
[14:27:16] [General] [Info] Analyzer:FirstAnalysis timing: 2499ms
[14:27:16] [General] [Info] Checking 1 projects for supported platforms
[14:27:16] [General] [Info] Supported platforms for the workspace are ios, android
[14:31:19] [General] [Error] Error during `edit.format`: source contains syntax errors.
[14:31:20] [General] [Info] Starting debug session...
[14:31:20] [General] [Info]     workspace: C:\git\demo-flutter
[14:31:20] [General] [Info]     program  : lib/main.dart
[14:31:20] [General] [Info] Converted program to absolute path: C:\git\demo-flutter\lib\main.dart
[14:31:20] [General] [Info] Using workspace as cwd: C:\git\demo-flutter
[14:31:20] [General] [Info] Detected launch project as Flutter
[14:31:20] [General] [Info] Using Flutter debug adapter for this session
[14:31:20] [General] [Info] Checking for errors before launching
[14:31:20] [General] [Info] Spawning a new flutter debugger
[14:31:20] [General] [Info] Debug session starting...
    {
        "name": "Flutter",
        "request": "launch",
        "type": "dart",
        "program": "C:\\\git\\demo-flutter\\lib\\main.dart",
        "cwd": "C:\\\git\\demo-flutter",
        "args": [],
        "vmAdditionalArgs": [],
        "vmServicePort": 0,
        "dartPath": "C:\\\flutter\\bin\\cache\\dart-sdk\\bin\\dart.exe",
        "maxLogLineLength": 2000,
        "pubPath": "C:\\\flutter\\bin\\cache\\dart-sdk\\bin\\pub.bat",
        "pubSnapshotPath": "C:\\\flutter\\bin\\cache\\dart-sdk\\bin\\snapshots\\pub.dart.snapshot",
        "debugSdkLibraries": false,
        "debugExternalLibraries": false,
        "showDartDeveloperLogs": true,
        "useFlutterStructuredErrors": true,
        "debuggerHandlesPathsEverywhereForBreakpoints": true,
        "evaluateGettersInDebugViews": true,
        "previewDebuggerStepBack": false,
        "forceFlutterVerboseMode": false,
        "flutterTrackWidgetCreation": true,
        "flutterMode": "debug",
        "flutterPlatform": "default",
        "flutterPath": "C:\\\flutter\\bin\\flutter.bat",
        "deviceId": "emulator-5554",
        "deviceName": "Pixel C API 29 (android-x86)",
        "showMemoryUsage": false,
        "debugServer": 58897,
        "debuggerType": 2
    }
[14:31:21] [General] [Warn] Did not find session 71add4b3-6670-4c0f-aae8-1ebd0332ae6b to handle dart.launching. There were 0 sessions:
[14:31:21] [General] [Warn] Event will be queued and processed when the session start event fires
[14:31:21] [General] [Info] Processing delayed event dart.launching for session 71add4b3-6670-4c0f-aae8-1ebd0332ae6b
[14:31:26] [General] [Error] Cannot call write after a stream was destroyed
Error [ERR_STREAM_DESTROYED]: Cannot call write after a stream was destroyed
	at doWrite (_stream_writable.js:413:19)
	at writeOrBuffer (_stream_writable.js:401:5)
	at Socket.Writable.write (_stream_writable.js:301:11)
	at m.sendMessage (c:\Users\micke\.vscode\extensions\dart-code.dart-code-3.7.1\out\dist\extension.js:1:45556)
	at m.sendMessage (c:\Users\micke\.vscode\extensions\dart-code.dart-code-3.7.1\out\dist\extension.js:1:39197)
	at c:\Users\micke\.vscode\extensions\dart-code.dart-code-3.7.1\out\dist\extension.js:1:45364
	at new Promise (<anonymous>)
	at m.sendRequest (c:\Users\micke\.vscode\extensions\dart-code.dart-code-3.7.1\out\dist\extension.js:1:45176)
	at m.analysisGetHover (c:\Users\micke\.vscode\extensions\dart-code.dart-code-3.7.1\out\dist\extension.js:1:288185)
	at c.<anonymous> (c:\Users\micke\.vscode\extensions\dart-code.dart-code-3.7.1\out\dist\extension.js:1:247508)
	at Generator.next (<anonymous>)
	at c:\Users\micke\.vscode\extensions\dart-code.dart-code-3.7.1\out\dist\extension.js:1:247263
	at new Promise (<anonymous>)
	at r (c:\Users\micke\.vscode\extensions\dart-code.dart-code-3.7.1\out\dist\extension.js:1:247008)
	at c.provideHover (c:\Users\micke\.vscode\extensions\dart-code.dart-code-3.7.1\out\dist\extension.js:1:247442)
	at c:\Users\micke\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:575:255
	at c:\Users\micke\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:52:287
	at new Promise (<anonymous>)
	at Object.t.asPromise (c:\Users\micke\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:52:259)
	at E.provideHover (c:\Users\micke\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:575:226)
	at c:\Users\micke\AppData…

I can test new debug builds if you have more tricks up your sleeve