Visual Studio Code – Log a list of files and open them with vscode CLI (creating a Shell macro)
I'm trying to create a macro on my shell. The operation I'm trying to automate is this one: Find all the files containing TEXT_TO_SEARCH, and open them with VSCODE I can do this with a one-liner $ code `git grep…