Manage multiple VSCode isolated instances with ease 😎
'Custom Profiles for VSCode' helps large teams achieve consistent settings and extensions with a single json file. You can also use it to isolate VSCode instances with separate user settings and extensions.
The extension is available on the Marketplace - here.
🎉 🥳 What's New? 👉 changelog
- Clone profiles
You can always install the extension through the extensions tab inside VSCode - searching for mrsauravsahu
should narrow the search results.
- After installing the extension, you should be able to find the sidebar icon. Click to view the
Custom Profiles Explorer
. You will find all your custom profiles here.
- Click the
+ New Profile
button to create a custom profile. A new profile with a randomly chosen name will be created.
- You can now
rename
the profile orlaunch
it with a right click.
- All Custom profiles are represented with a json file. Clicking on any profile in the explorer will show you the schema.
Here's an example:
You can modify all user settings and install extensions within the custom profile once you launch it.
If you created a new profile, you will be presented with the default launch screen and all settings and extensions will be isolated.
As you make changes to this profile, you'll be able to see changes in the json schema for this profile through the Custom Profiles Explorer.
Custom Profiles for VSCode can also be used to share consistent User Settings and Extensions among your team members.
In your repository, create a .vscode/profile.json
file, pasting in any custom profile you have created.
- Open the repository folder with your VSCode.
- You should see the option to
Launch Custom Profile
when you right click the.vscode/profile.json
file.
Whenever you update the profile and commit to source control, it will go out of sync with others' custom profile.
You can just delete and the profile from Custom Profiles Explorer
and launch it again.
Would love your feedback on this. Issues and PRs are welcome. Have a great one! And happy Coding! 😃
- Saurav
Thanks goes to these wonderful people (emoji key):
Rohini Senthil 🐛 |
This project follows the all-contributors specification. Contributions of any kind welcome!