tintoy / msbuild-project-tools-vscode

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

Basic integration with redhat.xml extension for `msbuild` language #134

Closed DoctorKrolic closed 10 months ago

DoctorKrolic commented 10 months ago

Fixes: https://github.com/tintoy/msbuild-project-tools-vscode/issues/108

This is the easiest thing we can do to integrate with redhat's extension. We just tell their extension, that msbuild is a valid xml language, so their language server can provide features to it.

Before (features from both extensions work correctly, but as soon as I switch to msbuild language, we loose all features from redhat's extension): Code_4ydMgEGSZL

After (we can feature from both extensions in both xml and msbuild language): Code_C01FlwCvxI