Skip to content

mrsauravsahu/vscode-manager

Repository files navigation

Custom Profiles for VSCode

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

Screenshot of the 'Custom Profiles for VSCode' Extension

Coming soon 😎

  • Clone profiles

User Guide

Installation

You can always install the extension through the extensions tab inside VSCode - searching for mrsauravsahu should narrow the search results.

Custom Profiles for VSCode in Extensions Tab

Creating a Custom Profile

  • 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.

Custom Profiles for VSCode Extension in the sidebar

  • Click the + New Profile button to create a custom profile. A new profile with a randomly chosen name will be created.

Create a new Custom Profile

  • You can now rename the profile or launch it with a right click.

JSON all the way

  • 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:

VSCode Json Schema example

Modifying the custom profile

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.

Sharing a custom profile between your team

Custom Profiles for VSCode can also be used to share consistent User Settings and Extensions among your team members.

.vscode/profile.json

In your repository, create a .vscode/profile.json file, pasting in any custom profile you have created.

Use the custom profile

  • 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.

Launching Custom profiles from .vscode/profile.json

Updating the profile

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

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Rohini Senthil

🐛

This project follows the all-contributors specification. Contributions of any kind welcome!