Question
Visual Studio Code - find and remove entire line
I have ~150 files that I need to remove the jQuery import from, as we have Webpack importing it automatically.
How can I achieve this with find and replace in vscode? I would like to remove a single line from each file and have the rest of the code shift up a line. I have the below regex, however, I'm not sure what I need to put in the replace field to remove the line.