rust-analyzer.vs icon indicating copy to clipboard operation
rust-analyzer.vs copied to clipboard

Quality of life issues while using Ambient

Open Pombal opened this issue 1 year ago • 3 comments

Hi,

I've been trying to use https://github.com/AmbientRun/Ambient on latest VS22 and I've noticed a few issues:

When I select 'Start Debugging' for ambient.exe (app/Cargo.toml as startup item) then the code is rebuilt from scratch instead of using the existing binary.

When I select 'Start Debugging' for client_fog.exe (guest/rust/examples/basics/fog/Cargo.toml as startup item) then I get an error with the Manifest parsing logic where it's unable to find the .exe. I've deleted the .vs folder as the error message says but it continues.

It's possible these are due to user error but it would be great if you could have a look at making rust-analyzer.vs work well with Ambient.

Thanks!

Pombal avatar Jun 06 '23 21:06 Pombal