Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrsauravsahu/vscode-manager
A VSCode extension to create multiple isolated VSCode instances - with their unique settings and extensions.
https://github.com/mrsauravsahu/vscode-manager
vscode vscode-extension
Last synced: 2 months ago
JSON representation
A VSCode extension to create multiple isolated VSCode instances - with their unique settings and extensions.
- Host: GitHub
- URL: https://github.com/mrsauravsahu/vscode-manager
- Owner: mrsauravsahu
- License: gpl-3.0
- Created: 2021-05-30T17:00:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-30T13:43:18.000Z (over 1 year ago)
- Last Synced: 2024-10-14T08:33:57.077Z (3 months ago)
- Topics: vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=mrsauravsahu.vscode-manager
- Size: 1.66 MB
- Stars: 23
- Watchers: 4
- Forks: 2
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://marketplace.visualstudio.com/items?itemName=mrsauravsahu.vscode-manager).
## 🎉 🥳 What's New? 👉 [changelog ](./changelog.md)
![Screenshot of the 'Custom Profiles for VSCode' Extension](https://user-images.githubusercontent.com/9134050/127419219-aac7e8f6-e7d0-44ea-b50f-5ec2ef3cea15.png)
## 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](https://user-images.githubusercontent.com/9134050/127419133-7723f583-69bc-4bf5-85e3-e2d89400d929.png)
### 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](https://user-images.githubusercontent.com/9134050/127419130-168cd5f3-2393-469e-b8cf-625f5fdb973f.png)
- 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](https://user-images.githubusercontent.com/9134050/127419119-8cec5961-b66d-4c7d-bf37-a72aefbc60ef.png)
- 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](https://user-images.githubusercontent.com/9134050/127419864-83f1650c-7bd6-4c91-b7fe-4fc7a9e1e776.png)
### 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](https://user-images.githubusercontent.com/9134050/127419846-bab37cf7-ddfb-46e5-9325-f373b9d8621b.png)
#### 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](https://twitter.com/mrsauravsahu)
## Contributors ✨Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!