mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Use onDynamic* instead of onScoped* for events that are returned from method calls (#133445)
This commit is contained in:
@@ -229,7 +229,7 @@ export function activate(context: vscode.ExtensionContext) {
|
||||
cancellable: false
|
||||
}, (progress) => doResolve(_authority, progress));
|
||||
},
|
||||
tunnelFactory,
|
||||
// tunnelFactory,
|
||||
tunnelFeatures: {
|
||||
elevation: true,
|
||||
public: !!vscode.workspace.getConfiguration('testresolver').get('supportPublicPorts'),
|
||||
|
||||
Reference in New Issue
Block a user