Skip to article frontmatterSkip to article content

VS Code

Miscellaneous

How to open a file from the integrated terminal in Visual Studio Code in the same instance?

without creating a new window

code -r my_file.txt # --reuse-window

How to remove settings sync from cloud when using GitHub account for authorization?