projects.json with multiple profiles? #786
-
Is there any way to separate projects by profile? Right now it seems like all projects are stored in the global projects.json file. So if I create a new profile and install the Project Manager extension all my projects from other profiles are included in there. After digging around the extension settings the only thing I see that I can do is change the location of the projects.json file. But it still stores things globally. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @james-berkheimer , Unfortunately not, because there is no API available to recognize and split settings/data by profile. I have opened this request (microsoft/vscode#160466 ) in the VS Code repo, but it didn’t receive enough upvotes by the community, and it ended up not being release. I’m actively monitoring anything related to Profiles, so whenever an API appears, I would take a look on how to update the extension. Hope this helps |
Beta Was this translation helpful? Give feedback.
Hi @james-berkheimer ,
Unfortunately not, because there is no API available to recognize and split settings/data by profile. I have opened this request (microsoft/vscode#160466 ) in the VS Code repo, but it didn’t receive enough upvotes by the community, and it ended up not being release.
I’m actively monitoring anything related to Profiles, so whenever an API appears, I would take a look on how to update the extension.
Hope this helps