I am curious if visual studio code has any behavior or plugin that behaves like Sublime Text package control plugin.
The specific behaviour I am looking for, is a text file that lists all currently installed plugins (extensions). You can then drop that package control settings file into any new install of sublime, and it will automatically install the listed plugins.
I check this plugin config file (along with my user dir) into git.
Then all I need to do is check out the repo, and all of my plugins will be automatically installed.
It is also very nice that I can install a new plugin at work, and then just do a git commit, and then a pull at home, and I am off to the races.
I don't feel like the vscode command line tool can emulate this behavior, because it would be up to me to maintain the install script.