提交 8c4c54aa 编写于 作者: A Alex Ross

Allow forwarded ports view to move

Fixes microsoft/vscode-remote-release#3675
上级 2b7bf327
......@@ -674,6 +674,7 @@ export class TunnelPanelDescriptor implements IViewDescriptor {
readonly workspace = true;
readonly group = 'details@0';
readonly remoteAuthority?: string | string[];
readonly canMoveView = true;
constructor(viewModel: ITunnelViewModel, environmentService: IWorkbenchEnvironmentService) {
this.ctorDescriptor = new SyncDescriptor(TunnelPanel, [viewModel]);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册