@@ -101,11 +101,11 @@ const options: Options<Required<Args>> = {
101101 "builtin-extensions-dir" : { type : "string" , path : true } ,
102102 "extra-extensions-dir" : { type : "string[]" , path : true } ,
103103 "extra-builtin-extensions-dir" : { type : "string[]" , path : true } ,
104- "list-extensions" : { type : "boolean" , description : "Listed installed extensions." } ,
105- force : { type : "boolean" } ,
106- "install-extension" : { type : "string[]" , description : "Install or update an extension by id or vsix." } ,
107- "uninstall-extension" : { type : "string[]" } ,
108- "show-versions" : { type : "boolean" , description : "Show extension versions." } ,
104+ "list-extensions" : { type : "boolean" , description : "List installed VS Code extensions." } ,
105+ force : { type : "boolean" , description : "Avoid prompts when installing VS Code extensions." } ,
106+ "install-extension" : { type : "string[]" , description : "Install or update a VS Code extension by id or vsix." } ,
107+ "uninstall-extension" : { type : "string[]" , description : "Uninstall a VS Code extension by id." } ,
108+ "show-versions" : { type : "boolean" , description : "Show VS Code extension versions." } ,
109109
110110 locale : { type : "string" } ,
111111 log : { type : LogLevel } ,
0 commit comments