-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Darth Analyzer Path issue #39
Comments
Dart[8:45:46.330000] Activating...
Dart[8:45:46.331000] Analyzer path is: /Users/pedroluz/dart-sdk/bin/snapshots/analysis_server.dart.snapshot
Dart[8:45:46.333000] LSP Running
Dart Language Server[8:45:47.039000] Wrong full snapshot version, expected 'd56742caf7b3b3f4bd2df93a9bbb5503' found '9cf77f4405212c45daf608e1cd646852'
Dart[8:45:49.215000] Flutter 2.11.0-0.0.pre.501 • channel master • ssh://git@github.com/flutter/flutter.git
Dart[8:45:49.215000] Framework • revision 0ce527eb91 (10 hours ago) • 2022-02-09 15:05:03 -0800
Dart[8:45:49.215000] Engine • revision a57061eda8
Dart[8:45:49.216000] Tools • Dart 2.17.0 (build 2.17.0-87.0.dev) • DevTools 2.10.0 |
just fixed by running:
|
But I still get a popup box that says:
But it does not show anything specific in the logs, rather than before |
Thanks for reporting this. I've removed temporarily any functionality that tries to find Dart, as it seems problematic. I'll continue to work on that when I have time. I have added the ability to choose either a folder or a file with the picker in preferences, it does not matter if you choose the There is a new version in the extension library. |
I'll try to figure out why this is happening, have you noticed anything specific that causes this? |
The main reason why I've been seeing that Dart[9:44:27.206000] Activating...
Dart[9:44:27.210000] LSP Running
Dart Language Server[9:44:27.238000] Wrong full snapshot version, expected 'd56742caf7b3b3f4bd2df93a9bbb5503' found '9cf77f4405212c45daf608e1cd646852' I've ran: flutter channel master
flutter upgrade
flutter clean which worked before, but is not working anymore. still get that error. I'm pretty sure that is not an issue with the extension, but with LSP it self. Just dont know why is comparing to commit hashes. |
I think there is an issue with the Dart Plugin.
When I run i get this error on the extension console:
So I searched to where I have that analyzer.dart.snapshot. and it was on my home directory, cool. When I choose the picker for the path, the PICKER only allows to choose a FILE: but the next errors shows that we path is being prepended to the name of the file, so I get:
First issue is that the picker should only allow a FOLDER to be select, not a FILE.
The good thing is that you can manually input text into the input (thank u for that).
So the next issue is, What is this?
Thanks
The text was updated successfully, but these errors were encountered: