mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-10 10:12:34 -05:00
Merge from vscode 2cfc8172e533e50c90e6a3152f6bfb1f82f963f3 (#6516)
* Merge from vscode 2cfc8172e533e50c90e6a3152f6bfb1f82f963f3 * fix tests
This commit is contained in:
@@ -53,7 +53,7 @@ export class IFrameWebview extends Disposable implements Webview {
|
||||
|
||||
this._portMappingManager = this._register(new WebviewPortMappingManager(
|
||||
this._options.extension ? this._options.extension.location : undefined,
|
||||
() => this.content.options.portMappings || [],
|
||||
() => this.content.options.portMapping || [],
|
||||
tunnelService
|
||||
));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user