Allow tunnel providers to support making a tunnel public

This commit is contained in:
Alex Ross
2021-01-13 12:29:07 +01:00
parent a4f9e60761
commit b4e4bd1642
12 changed files with 166 additions and 51 deletions

View File

@@ -196,7 +196,8 @@ export class ExtHostTunnelService extends Disposable implements IExtHostTunnelSe
if (provider.tunnelFactory) {
this._forwardPortProvider = provider.tunnelFactory;
await this._proxy.$setTunnelProvider(provider.tunnelFeatures ?? {
elevation: false
elevation: false,
public: false
});
}
} else {