programming:ide
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
programming:ide [2021/05/27 16:14] – created ms | programming:ide [2023/01/11 20:29] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Visual Studio Code ====== | ====== Visual Studio Code ====== | ||
- | ===== Install | + | ===== Microsoft Visual Studio Code ===== |
+ | === Nötige Pakete === | ||
+ | < | ||
+ | apt-get -y install libx11-xcb1 libasound2 | ||
+ | </ | ||
+ | ==== Installation ==== | ||
+ | < | ||
+ | curl -sSL https:// | ||
+ | apt-key add microsoft.asc | ||
+ | echo "deb [arch=amd64] https:// | ||
+ | apt-get update | ||
+ | apt-get -y install code | ||
+ | </ | ||
+ | |||
+ | ===== VSCodium, a Microsoft free Visual Studio Code ===== | ||
+ | === Nötige Pakete === | ||
+ | < | ||
+ | apt-get -y install libx11-xcb1 libasound2 | ||
+ | </ | ||
+ | ==== Installation ==== | ||
+ | < | ||
+ | wget -qO - https:// | ||
+ | echo 'deb https:// | ||
+ | apt-get update | ||
+ | apt-get -y install codium | ||
+ | </ | ||
+ | |||
+ | ===== Install Extensions ===== | ||
+ | Go (golang) - Benötigt Go Installation | ||
+ | \\ | ||
+ | Docker (ms-azuretools) - Benötigt Docker Installation, | ||
+ | \\ | ||
+ | Kubernetes (ms-kubernetes-tools) - Benötigt kubectl, helm Installation | ||
+ | \\ | ||
+ | YAML (redhat) | ||
+ | |||
+ | ====== PyCharm ====== | ||
programming/ide.1622124845.txt.gz · Last modified: 2023/01/11 20:30 (external edit)