cyberbiont / vscode-profiles

vscode plugin to easily manage multiple extensions / settings configurations
ISC License
26 stars 2 forks source link

Activating a specific profile on VSCode launch #11

Open ptournet opened 2 years ago

ptournet commented 2 years ago

Hi, Sorry if thereis one, but I haven't seen in the documentation if there's a way to automatically launch VSCode with a specific profile... Is there any ?

That would allow to create shortcuts for every profile and directly launch VSCode with the correct one instead of having to switch when you realize that the one active is not the one you want/need.

Thanks for your return.

cyberbiont commented 2 years ago

Hi! Usually profile is a project-dependent thing, so currently you have an option to define 'initial' setting in your project's settings.json and this will automatically engage this profile when you open the project. So, if you want, you can make shortcuts to your projects, each binded to a specific profile. (See documentation for 'initial' setting)