Multi-root workspaces#
- create a file as "name.code-workspace", for example "Private.code-workspace"
{
"folders": [
{
"path": "folder-a"
},
{
"path": "folder-b"
}
]
}
for example
{
"folders": [
{
"path": "Notespace"
},
{
"path": "VScode-Todo"
}
]
}
- open the workspace from the file
Ref. Link