File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 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 {
4040 readonly force ?: boolean
4141 readonly "list-extensions" ?: boolean
4242 readonly "install-extension" ?: string [ ]
43+ readonly "enable-proposed-api" ?: string [ ]
4344 readonly "show-versions" ?: boolean
4445 readonly "uninstall-extension" ?: string [ ]
4546 readonly "proxy-domain" ?: string [ ]
@@ -126,6 +127,7 @@ const options: Options<Required<Args>> = {
126127 "list-extensions" : { type : "boolean" , description : "List installed VS Code extensions." } ,
127128 force : { type : "boolean" , description : "Avoid prompts when installing VS Code extensions." } ,
128129 "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." } ,
129131 "uninstall-extension" : { type : "string[]" , description : "Uninstall a VS Code extension by id." } ,
130132 "show-versions" : { type : "boolean" , description : "Show VS Code extension versions." } ,
131133 "proxy-domain" : { type : "string[]" , description : "Domain used for proxying ports." } ,
You can’t perform that action at this time.
0 commit comments