I've longed for a profile/settings switcher in VS Code that loads specific settings or extensions depending on a specific project or what programming language I'm using.
We can use VS Code's workspaces to act as a profile switcher.
- Create an empty workspace
- Enable extensions for the workspace
- Configure workspace specific settings
- Add project to workspace
This workspace is now configured with all the extensions and settings that I need for working on a Rust project.
Top comments (0)