mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 10:15:41 +00:00
Fixes #91363
This commit is contained in:
parent
8758dc9ddd
commit
fdfed71af4
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ export class ToggleColumnSelectionAction extends Action {
|
|||
}
|
||||
|
||||
const registry = Registry.as<IWorkbenchActionRegistry>(ActionExtensions.WorkbenchActions);
|
||||
registry.registerWorkbenchAction(SyncActionDescriptor.create(ToggleColumnSelectionAction, ToggleColumnSelectionAction.ID, ToggleColumnSelectionAction.LABEL), 'View: Toggle Column Selection Mode', nls.localize('view', "View"));
|
||||
registry.registerWorkbenchAction(SyncActionDescriptor.create(ToggleColumnSelectionAction, ToggleColumnSelectionAction.ID, ToggleColumnSelectionAction.LABEL), 'Toggle Column Selection Mode');
|
||||
|
||||
MenuRegistry.appendMenuItem(MenuId.MenubarSelectionMenu, {
|
||||
group: '4_config',
|
||||
|
|
Loading…
Reference in a new issue