We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please include within: https://embedded-trainings.ferrous-systems.com/installation.html
The following Visual Studio Code Linux Setup steps: For debian stable/unstable:
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > packages.microsoft.gpg sudo install -o root -g root -m 644 packages.microsoft.gpg /etc/apt/trusted.gpg.d/ sudo sh -c 'echo "deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/packages.microsoft.gpg] https://packages.microsoft.com/repos/vscode stable main" > /etc/apt/sources.list.d/vscode.list' sudo apt-get update sudo apt-get install code
The text was updated successfully, but these errors were encountered:
Also to further save time for others, the rust analyzer can be installed at the same time within the documentation:
ext install matklad.rust-analyzer
Sorry, something went wrong.
No branches or pull requests
Please include within:
https://embedded-trainings.ferrous-systems.com/installation.html
The following Visual Studio Code Linux Setup steps:
For debian stable/unstable:
The text was updated successfully, but these errors were encountered: