提交 1c215ef3 编写于 作者: M Matt Bierner

Try different name for default editor

Fixes #80777
上级 f832acfb
......@@ -33,7 +33,7 @@ const defaultEditorId = 'default';
const defaultEditorInfo: CustomEditorInfo = {
id: defaultEditorId,
displayName: nls.localize('promptOpenWith.defaultEditor', "Default built-in editor"),
displayName: nls.localize('promptOpenWith.defaultEditor', "VS Code's standard text editor"),
selector: [
{ filenamePattern: '*' }
],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册