PistonDevelopers / VisualRust

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

Can't goto error #236

Closed TurkeyMan closed 7 years ago

TurkeyMan commented 7 years ago

Errors are presented like this:

  --> src\emulator\parts\processor.rs:25:38

VS doesn't understand that format, and you can't dbl-click to go to the error... pipe through sed?

Boddlnagg commented 7 years ago

The currently released version of VisualRust is not yet compatible with the new error format. You have to build it yourself. We have fixed this by using JSON output (#230), but that fix has not made it into a release. Until the next release (which will hopefully also inculde #234), you have to build VisualRust yourself.

Boddlnagg commented 7 years ago

Can you confirm that this is fixed in the latest AppVeyor Release artifact (https://ci.appveyor.com/project/vosen/visualrust)?

MaulingMonkey commented 7 years ago

Working for me in master.