VSCode Tips and Snippet
October 31, 2024
note-to-self
backup
vscode
Open any compatible file:
code <filename>
To open a file that isn't in a workspace into a new window instead. I like this when it's just a random file I want to edit, not part of a project.
`code -n` or `code --new-window` <filename>
These posts are for my own understanding. Reader beware. Info may be wrong but it reflects my current understanding.