File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ export interface Args extends VsArgs {
40
40
readonly force ?: boolean
41
41
readonly "list-extensions" ?: boolean
42
42
readonly "install-extension" ?: string [ ]
43
+ readonly "enable-proposed-api" ?: string [ ]
43
44
readonly "show-versions" ?: boolean
44
45
readonly "uninstall-extension" ?: string [ ]
45
46
readonly "proxy-domain" ?: string [ ]
@@ -126,6 +127,7 @@ const options: Options<Required<Args>> = {
126
127
"list-extensions" : { type : "boolean" , description : "List installed VS Code extensions." } ,
127
128
force : { type : "boolean" , description : "Avoid prompts when installing VS Code extensions." } ,
128
129
"install-extension" : { type : "string[]" , description : "Install or update a VS Code extension by id or vsix." } ,
130
+ "enable-proposed-api" : { type : "string[]" , description : "Enable Proposed (beta) API for VS Code extensions by id." } ,
129
131
"uninstall-extension" : { type : "string[]" , description : "Uninstall a VS Code extension by id." } ,
130
132
"show-versions" : { type : "boolean" , description : "Show VS Code extension versions." } ,
131
133
"proxy-domain" : { type : "string[]" , description : "Domain used for proxying ports." } ,
You can’t perform that action at this time.
0 commit comments