L13 / vscode-projects

Manage your workspaces and projects in Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=L13RARY.l13-projects
Other
18 stars 1 forks source link

Save workspace userfiles #13

Closed irvnriir closed 4 years ago

irvnriir commented 4 years ago

There seem to be no extension that allow to { export / save with/near .code-workspace }/import Workspace operation saves ( %userprofile%\AppData\Roaming\Code\User\workspaceStorage . layout, etc. ) . It can be useful and should protect these saves from overwrite by opening the same set of folders from other Workspace .

L13 commented 4 years ago

This is handled by VS Code completely internal. As an extenstion developer, I have limited access to the user interface and working around the API can cause unexpected side effects. This seems to be something that has to be implemented by the VS Code team.