提交 bab47f0f 编写于 作者: S SteVen Batten

add select all role for macOS

fixes #19003
上级 11fe99a6
......@@ -652,6 +652,8 @@ 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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册