Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Extension to Perform actions through command #403

Open
jdshkolnik opened this issue Sep 29, 2017 · 3 comments
Open

Allow Extension to Perform actions through command #403

jdshkolnik opened this issue Sep 29, 2017 · 3 comments

Comments

@jdshkolnik
Copy link

Hi,

I know we can install from command line with code --install-extension Shan.code-settings-sync

Is it possible to then assign the gist and trigger the initial download sync from command line as well? This would be used when setting up a new machine image.

@shanalikhan shanalikhan added this to the Backlog milestone Sep 30, 2017
@shanalikhan shanalikhan changed the title Install extension, assign gist, and download from command line? Allow Extension to Perform actions through command Sep 30, 2017
@shanalikhan
Copy link
Owner

shanalikhan commented Sep 30, 2017

Thanks, Nice idea.
I will look into it.
Pending for : microsoft/vscode#35437

@taybin
Copy link

taybin commented Nov 10, 2019

I'd still like to see this.

@maestrow
Copy link

Considering that Microsoft declines microsoft/vscode#35437, let me share alternative way to realize requested feature. This can be achieved by adding CLI to this extension. Extension itself already can install other extensions, it can copy settings and snippets and so on. It has it's own settings format (files in gist). Generally it can do all what we want. Adding Command Line Interface to this extension might solve an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants