Code-settings-sync: Allow Extension to Perform actions through command

Created on 29 Sep 2017  路  3Comments  路  Source: shanalikhan/code-settings-sync

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.

code-limitation feature-request 馃挕

Most helpful comment

I'd still like to see this.

All 3 comments

Thanks, Nice idea.
I will look into it.
Pending for : https://github.com/Microsoft/vscode/issues/35437

I'd still like to see this.

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mklement0 picture mklement0  路  5Comments

pravic picture pravic  路  5Comments

marcevrard picture marcevrard  路  5Comments

axetroy picture axetroy  路  4Comments

toXel picture toXel  路  3Comments