We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8b83f4 commit 84abfc2Copy full SHA for 84abfc2
1 file changed
src/vs/workbench/contrib/remote/browser/tunnelView.ts
@@ -603,7 +603,7 @@ namespace ForwardPortAction {
603
remoteExplorerService.tunnelModel.forward(arg.remote);
604
} else {
605
const viewsService = accessor.get(IViewsService);
606
- viewsService.openView(TunnelPanel.ID, true);
+ await viewsService.openView(TunnelPanel.ID, true);
607
remoteExplorerService.setEditable(undefined, {
608
onFinish: (value, success) => {
609
if (success) {
0 commit comments