Skip to content

Commit f3cea56

Browse files
committed
Manuallt tunnel ports
1 parent 9dad90b commit f3cea56

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gitpod-remote/src/extension.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ export async function activate(context: vscode.ExtensionContext) {
3030
if (initial) {
3131
initial = false;
3232
promise.then(() => tunnelPorts(portList));
33+
} else {
34+
// Manually tunnel for now until fixing vscode bug where `remote.autoForwardPortsSource` is not respected on first connection
35+
tunnelPorts(portList)
3336
}
3437
portViewProvider.updatePortsStatus(portList);
3538
}));

0 commit comments

Comments
 (0)