Michael
Michael

Reputation: 440

VS Code Project Folder

Where should I keep my projects? There is no special folder in VS Code. Do I have to create it? Where? Maybe .vscode folder is the best option? Or this will be automatically removed after you uninstall/reinstall the editor?

Upvotes: 2

Views: 2519

Answers (2)

Toni
Toni

Reputation: 1585

You can keep them in the default location:

%USERPROFILE%\sourcerepos

Or create another folder and name it Projects (for example) in another drive.

Upvotes: 2

tromgy
tromgy

Reputation: 5803

Any folder can be your project. That’s why there’s the “Open folder” command. How to best organize your project inside that folder depends on what type of project it is.

Upvotes: 1

Related Questions