MyFirstBrain/Technik/VSCode-Befehle.md

11 lines
170 B
Markdown
Raw Normal View History

2024-06-18 11:27:21 +02:00
### Leerzeilen aus einer Datei löschen :
2024-06-18 11:27:38 +02:00
2024-06-18 11:27:21 +02:00
1. In the “Find” field, type: `^\s*$\n`
2. In the “Replace” field, leave it blank.
#vscode #befehle #cmd #howto