User Tools

Site Tools


programming:ide

This is an old revision of the document!


Visual Studio Code

Install Microsoft Visual Studio Code

Nötige Pakete

apt-get -y install libx11-xcb1 libasound2
curl -sSL https://packages.microsoft.com/keys/microsoft.asc -o microsoft.asc
apt-key add microsoft.asc
echo "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main"  | tee /etc/apt/sources.list.d/vscode.list
apt-get update
apt-get -y install code
programming/ide.1622124971.txt.gz · Last modified: 2023/01/11 20:30 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki