2025-01-14 10:01:36 +01:00
|
|
|
|
|
|
|
|
|
### VSCode mit einem bestimmten Profile starten :
|
|
|
|
|
code --profile name
|
|
|
|
|
|
|
|
|
|
### Leerzeilen aus einer Datei löschen :
|
|
|
|
|
|
|
|
|
|
1. In the “Find” field, type: `^\s*$\n`
|
|
|
|
|
2. In the “Replace” field, leave it blank.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
VSCODE LXC (Docker) Container auf dem Proxmox :
|
|
|
|
|
```
|
|
|
|
|
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/code-server.sh)"
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
2024-06-18 11:27:21 +02:00
|
|
|
|
#vscode #befehle #cmd #howto
|