Skip to content
New issue

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 Visual Studio Code Linux Setup steps directly in the workbook #96

Open
omac777 opened this issue Aug 13, 2020 · 1 comment

Comments

@omac777
Copy link

omac777 commented Aug 13, 2020

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
@omac777
Copy link
Author

omac777 commented Aug 13, 2020

Also to further save time for others, the rust analyzer can be installed at the same time within the documentation:

  1. Rust Analyzer is an alternative rust language server to the RLS
  2. Launch VS Code
  3. Quick Open (Ctrl+P)
ext install matklad.rust-analyzer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant