Surface better error and resolution steps when there is a platform architecture mismatch
Open
Improvement
Triaged
- Dominant language
- TypeScript
- Stars
- 3.1k
- Forks
- 737
- Avg merge
- 18h 40m
- Merged PRs (30d)
- 31
Description
Now that we package the server inside the extension, it is possible to get an ia32 server version on x64 platforms. This can cause issues when using an x64 version of .net (as the runtime installer as well will not download the ia32 version of dotnet).
We should surface a better error message (with a solution) instead of the current path platform mismatch error.
Contributor guide
Assessment
This issue has not been assessed yet.