tintoy / msbuild-project-tools-vscode

VS Code extension for MSBuild intellisense (including PackageReference completion).
MIT License
82 stars 16 forks source link

Remove language server probing #142

Closed DoctorKrolic closed 6 months ago

DoctorKrolic commented 6 months ago

Client side of https://github.com/tintoy/msbuild-project-tools-vscode/issues/140 Closes https://github.com/tintoy/msbuild-project-tools-vscode/issues/140

I think, we also should release a new 0.6.0 version after this PR. The changelog can be:

The reason for the change is to separate runtime isolation into its own release. We've already seen that this change is risky and it's better if we catch any left over problems with it now rather than when this change will be surrounded by other changes in the changelog list

DoctorKrolic commented 6 months ago

Don't forget to also publish it to https://open-vsx.org btw (https://github.com/tintoy/msbuild-project-tools-vscode/issues/78)

tintoy commented 6 months ago

Published. Have verified that it works on Windows, WSL, and dev containers.