I want to open a new tab and open a file using vscode
terminal.
like open somefile.js
command, so I can use ls
and open file quickly.
I want to open a new tab and open a file using vscode
terminal.
like open somefile.js
command, so I can use ls
and open file quickly.
Use
code -r <file>
to open the file in the last active code window