mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
command for open external
This commit is contained in:
@@ -145,7 +145,7 @@ export class CLIServerBase {
|
||||
|
||||
private openExternal(data: OpenExternalCommandPipeArgs, res: http.ServerResponse) {
|
||||
for (const uri of data.uris) {
|
||||
this._commands.executeCommand('_workbench.open', URI.parse(uri));
|
||||
this._commands.executeCommand('_workbench.openExternal', URI.parse(uri), { allowTunneling: true });
|
||||
}
|
||||
res.writeHead(200);
|
||||
res.end();
|
||||
|
||||
Reference in New Issue
Block a user