mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 20:13:32 +01:00
No need to throw, $setRemoteEnvironment is only meant for the remote extension host
This commit is contained in:
@@ -153,7 +153,7 @@ export class ExtHostExtensionService extends AbstractExtHostExtensionService {
|
||||
}
|
||||
|
||||
async $setRemoteEnvironment(_env: { [key: string]: string | null }): Promise<void> {
|
||||
throw new Error('Not supported');
|
||||
return;
|
||||
}
|
||||
|
||||
private async _waitForDebuggerAttachment(waitTimeout = 5000) {
|
||||
|
||||
Reference in New Issue
Block a user