mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 04:53:33 +01:00
use URI for VSIX paths
This commit is contained in:
@@ -20,7 +20,7 @@ CommandsRegistry.registerCommand('_cli.openExternal', function (accessor: Servic
|
||||
|
||||
interface ManageExtensionsArgs {
|
||||
list?: { showVersions?: boolean, category?: string; };
|
||||
install?: string[];
|
||||
install?: (string | URI)[];
|
||||
uninstall?: string[];
|
||||
force?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user