Bauer: 2025-01-14 10:01:36

This commit is contained in:
ralfk 2025-01-14 10:01:36 +01:00
parent 7dfa6dca0c
commit 29d971ee53

View File

@ -1,14 +1,19 @@
### 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 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)"
```
#vscode #befehle #cmd #howto