You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using visual studio community 2017 (15.6.3) and I'd like to use Visual Rust with it. I installed the bin\VisualRust.Setup.2017\Release\VisualRust.Setup.2017.exe artifact (dated December 4th, 2017) from https://ci.appveyor.com/project/vosen/visualrust/build/artifacts (I couldn't find any other version for VS2017. It installed just fine with no errors. When I started VS back up, I don't see anything different---no new templates or project types or anything. VS2017 does think it's installed (based on going to tools/extensions), it just doesn't seem to do anything. If I go to add new project or add new file and look/search for rust, nothing.
However, if I open a .rs file in VS, it does syntax highlight it, but "go to definition" doesn't work, and I can't build.
The text was updated successfully, but these errors were encountered:
System.NullReferenceException: Object reference not set to an instance of an object.
at VisualRust.Build.Rustc.LogRustcMessage(RustcMessageJson msg, String rootPath, TaskLoggingHelper log)
at VisualRust.Build.CargoBuild.<ExecuteCargo>b__4_1(Object sender, DataReceivedEventArgs e)
I'm using visual studio community 2017 (15.6.3) and I'd like to use Visual Rust with it. I installed the
bin\VisualRust.Setup.2017\Release\VisualRust.Setup.2017.exe
artifact (dated December 4th, 2017) from https://ci.appveyor.com/project/vosen/visualrust/build/artifacts (I couldn't find any other version for VS2017. It installed just fine with no errors. When I started VS back up, I don't see anything different---no new templates or project types or anything. VS2017 does think it's installed (based on going to tools/extensions), it just doesn't seem to do anything. If I go to add new project or add new file and look/search for rust, nothing.However, if I open a .rs file in VS, it does syntax highlight it, but "go to definition" doesn't work, and I can't build.
The text was updated successfully, but these errors were encountered: