提交 84abfc2e 编写于 作者: A Alex Ross

Missing await in ForwardPortAction

上级 e8b83f4a
......@@ -603,7 +603,7 @@ namespace ForwardPortAction {
remoteExplorerService.tunnelModel.forward(arg.remote);
} else {
const viewsService = accessor.get(IViewsService);
viewsService.openView(TunnelPanel.ID, true);
await viewsService.openView(TunnelPanel.ID, true);
remoteExplorerService.setEditable(undefined, {
onFinish: (value, success) => {
if (success) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册