MyFirstBrain/Technik/VSCode-Befehle.md
2024-06-24 10:29:29 +02:00

14 lines
241 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### 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 #befehle #cmd #howto