vscode remove line containing text code example
Example 1: visual code remove line which contains
^.*my phrase*$\n
Then replace with empty
Ex:
"
text ghfsdhf
my phrase
"
||
||
"
text
"
Example 2: vscode remove lines in editor
"editor.renderIndentGuides": true,