mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-23 16:49:50 +01:00
@@ -652,8 +652,6 @@ export class Menubar {
|
||||
options['role'] = 'copy';
|
||||
} else if (commandId === 'editor.action.clipboardPasteAction') {
|
||||
options['role'] = 'paste';
|
||||
} else if (commandId === 'editor.action.selectAll') {
|
||||
options['role'] = 'selectAll';
|
||||
}
|
||||
|
||||
// Add context aware click handlers for special case menu items
|
||||
|
||||
Reference in New Issue
Block a user