*.deb
from Microsoft: https://code.visualstudio.com/docs/setup/linuxapt install rustup
and setup toolchain with rustup install stable
and rustup default stable
ext install rust-lang.rust
for the RUST extensionext install vadimcn.vscode-lldb
for the debuggercargo new
). Enter directory and launch VS Code with code .
F5
The IDE can be reset by deleting ~/.config/Code
and ~/.vscode
.