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
{{ message }}
This repository was archived by the owner on Nov 18, 2022. It is now read-only.
I noticed that the Rust VS Code plugin suddenly was building using the debug target which gave a lot of conflicts when switching between VS Code and the command line and also led to a lot of non-incremental rebuilds for some reason.
By setting the rust.target configuration to rls I got it working again (see picture).
Not sure if I messed something up or if this is a regression in the plugin, so feel free to close this issue if you suspect the former.
Rust VS code version:0.4.2 RLS version:rls-preview 0.126.0-stable (f5a0c91 2018-03-26)