Use onDynamic* instead of onScoped* for events that are returned from method calls (#133445)

This commit is contained in:
Alexandru Dima
2021-09-24 16:16:28 +02:00
parent cbe175f438
commit be33a77d8c
5 changed files with 18 additions and 18 deletions
@@ -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'),