Revert "add select all role for macOS"

This reverts commit bab47f0ffd.
This commit is contained in:
SteVen Batten
2018-10-10 10:17:49 -07:00
parent bc4de3dfc3
commit 0f02aa065e
@@ -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