Create and manage vs code profiles
$ npm install -g vsc_profiler
$ vscp COMMAND
running command...
$ vscp (-v|--version|version)
vsc_profiler/0.0.1-alpha darwin-x64 node-v12.21.0
$ vscp --help [COMMAND]
USAGE
$ vscp COMMAND
...
describe the command here
USAGE
$ vscp delete [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
See code: src/commands/delete.ts
Install extension in your vscode profile
USAGE
$ vscp extensions PROFILE
OPTIONS
-h, --help show CLI help
-v, --verbose
EXAMPLES
$ vscp extensions <profile name>
$ vscp extensions jscode
See code: src/commands/extensions.ts
display help for vscp
USAGE
$ vscp help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
List your vscode profiles
USAGE
$ vscp list
OPTIONS
-h, --help show CLI help
-v, --verbose
EXAMPLE
$ vscp list
See code: src/commands/list.ts
create new profile of vs code
USAGE
$ vscp new PROFILE
OPTIONS
-h, --help show CLI help
-v, --verbose
EXAMPLES
$ vscp new <profile name>
$ vscp new jscode
See code: src/commands/new.ts