mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
support vsix for install-extension
This commit is contained in:
@@ -42,8 +42,8 @@ export interface RunCommandPipeArgs {
|
||||
export interface ExtensionManagementPipeArgs {
|
||||
type: 'extensionManagement';
|
||||
list?: { showVersions?: boolean, category?: string; };
|
||||
install?: string[];
|
||||
uninstall?: string[];
|
||||
install?: (string | URI)[];
|
||||
uninstall?: (string | URI)[];
|
||||
force?: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user