mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 01:37:20 +00:00
Remove unintentional multi-select from ports view
Fixes https://github.com/microsoft/vscode/issues/86071
This commit is contained in:
parent
6c6ef0c43e
commit
f7879f3ff6
1 changed files with 1 additions and 0 deletions
|
@ -450,6 +450,7 @@ export class TunnelPanel extends ViewPane {
|
|||
return item.label;
|
||||
}
|
||||
},
|
||||
multipleSelectionSupport: false
|
||||
}
|
||||
);
|
||||
const actionRunner: ActionRunner = new ActionRunner();
|
||||
|
|
Loading…
Reference in a new issue