When right-clicking in vscode on a subfolder I have these 2 options:
- Open as new Workbench
- Open as Workspace
I can't see clearly the difference, as for git, it seems that it seems the repo is still the parent whereas I do want to create a local repo in that subfolder. When I select workspace, it doesn't open the subfolder as Workspace but the whole parent folder.
Is there a way I can create a Git repo in a subfolder from VSCode using the GUI or am I obliged to use command line ?