A little profile switcher for Visual Studio Code, making it possible to segregate configs and extensions according to the context/lang.
This project is still in alpha and may have many bugs and unfinished things, but your main function is usable.
Install the latest version from crates.io:
sh
$ cargo install ecode
Or, in the project folder, use cargo to install from the source:
sh
$ cargo install --path .
sh
$ ecode [PROFILE] [PATH]
Being PROFILE and PATH optional arguments.
-b <PROFILE>
:
The profile used as base to new profiles. (Default: Default
)-v
Enables verbose mode for debuggingEna Code uses {userFolder}
/.ena-code folder to save the profiles and settings.
In the configuration file (.ena-code/config.yml
), it's possible to change the profiles folder, the VSCode executable, the base profile, if the configs are shared between the profiles and if the default folder will be the current folder.
Ena-Code manager is an utility that ships with Ena-Code, helping to manage profiles and edit Ena-Code's configuration.
sh
$ ecode-manager profiles remove <NAME>
sh
$ ecode-manager profiles list
sh
$ ecode-manager config default-profile <PROFILE>
sh
$ ecode-manager config profiles-folder <PATH>
sh
$ ecode-manager config shared-profiles-configs <enable/disable>
sh
$ ecode-manager config use-current-folder <enable/disable>
sh
$ ecode-manager config vs-code-path <PATH>
All subcommands also have a help
command, showing how you can use it, like:
sh
$ ecode-manager config help
This project is licensed under The Unlicense license, belonging to the public domain.