Describe the bug
When on Windows x64, I've accidentally downloaded the ARM version of the Dart SDK and told my project to use it. When opening that project again, the extension shows nothing and, of course, doesn't start the analysis server.
To Reproduce
Steps to reproduce the behaviour (probably any combination of SDKs will do the same, but I've not tested):
- Download the ARM version of the Dart SDK on a Windows x64 machine
- Set that path for the SDK to a project and restart the extension
Expected behavior
Some error to show up.