User Tools

Site Tools


programming:ide

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
programming:ide [2021/05/27 16:14] – created msprogramming: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 =====+===== Microsoft Visual Studio Code ===== 
 +=== Nötige Pakete === 
 +<code> 
 +apt-get -y install libx11-xcb1 libasound2 
 +</code> 
 +==== Installation ==== 
 +<code> 
 +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 
 +</code> 
 + 
 +===== VSCodium, a Microsoft free Visual Studio Code ===== 
 +=== Nötige Pakete === 
 +<code> 
 +apt-get -y install libx11-xcb1 libasound2 
 +</code> 
 +==== Installation ==== 
 +<code> 
 +wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg | gpg --dearmor | dd of=/etc/apt/trusted.gpg.d/vscodium.gpg 
 +echo 'deb https://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/debs/ vscodium main' | tee --append /etc/apt/sources.list.d/vscodium.list 
 +apt-get update 
 +apt-get -y install codium 
 +</code> 
 + 
 +===== Install Extensions ===== 
 +Go (golang) - Benötigt Go Installation 
 +\\ 
 +Docker (ms-azuretools) - Benötigt Docker Installation, optional Docker Cpmpose 
 +\\ 
 +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)

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