ZoeyR / rls-vs2017

Rust extension for Visual Studio 2017 with RLS support
MIT License
110 stars 12 forks source link

Upgrade to VS2022 #30

Open inequation opened 2 years ago

inequation commented 2 years ago

Addressing #29. There's work left to be done if the extension is to work with both 2022+ and 2019-, as there have been breaking VS extension API changes (thanks Microsoft!), so this likely can't be taken as-is, but at least it brings working syntax highlighting and completion into VS2022, and frankly, at this point my interest in spending more time on it wanes.

Work done:

A bunch of warnings remain, and the options page does not seem to work (there's a warning about CPU arch of the dependent packages that's likely relevant), but we have syntax highlighting and completion working.