VSCode offers the code
command (code-insiders
for the beta channel) to open files and folders from terminal
these are some possible usage:code myfile
code a/b/c/d/text.sh
code myFolder
what if we want to open a folder and also a file within?
use code path_to_foder --goto path_to_file
Top comments (0)