MyFirstBrain/Technik/VSCode-Befehle.md

11 lines
180 B
Markdown
Raw Normal View History

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