diff --git a/Technik/VSCode-Befehle.md b/Technik/VSCode-Befehle.md index 8974bfd..cb9477e 100644 --- a/Technik/VSCode-Befehle.md +++ b/Technik/VSCode-Befehle.md @@ -1,11 +1,14 @@ - -### 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 #befehle #cmd #howto \ No newline at end of file