PistonDevelopers / VisualRust

Visual Studio extension for Rust
MIT License
702 stars 72 forks source link

Provide a ProjectGenerator to be able to open Cargo.toml directly #232

Closed Boddlnagg closed 7 years ago

Boddlnagg commented 8 years ago

This can be done with a custom RegistrationAttribute.

Compare https://github.com/Microsoft/RTVS/blob/master/src/ProjectSystem/Impl/Package/Registration/ProvideProjectFileGeneratorAttribute.cs

FileNames should be Cargo.toml, FileExtensions should be empty.

Boddlnagg commented 7 years ago

This is included in my ongoing Project System rewrite (see #223), which I'm hoping to have in a somewhat mergable state soon ...