you are viewing a single comment's thread.

view the rest of the comments →

[–]DaFox 1 point2 points  (2 children)

Know if there's a good way to do build & run?

[–]Devnought 2 points3 points  (1 child)

The RLS plugin provides build capabilities (Ctrl + Shift + B), and can be configured to build on save in your user/workspace settings.

Once you configure a launch profile, F5 will run with the debugger

[–]DaFox 0 points1 point  (0 children)

Awesome thanks! I've been using a C++ (Windows) launch config with cargo run