-
I store all my projects in a flat folder structure like this:
Most of my projects are git repos, but some are not. How can I get all the projects in my
|
Beta Was this translation helpful? Give feedback.
Answered by
qodesmith
Feb 11, 2023
Replies: 1 comment 1 reply
-
Ok, I figured it out. For anyone else coming across this, here's how I did it:
Boom - now on the left side of VS Code when you have the Project Manager icon selected, there will be an |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
qodesmith
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok, I figured it out. For anyone else coming across this, here's how I did it:
Open Settings
.All
on the left side of the settings window pane.Base Folders
input field, enter the root folder path that contains all your projects - for example/User/qodesmith/repos
.Max Depth Recursion
input field, enter a value of1
(this was what worked for me given my folder structure, adjust as needed).Boom - now on the left side of VS Code when you have the Project Manager icon selected, there will be an
Any
collapsible section…