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>
Most posts are for my own reference and reflection, and shouldn’t be taken as fully accurate or instructional.