Skip to content

fix #1949 Editor empty hint text problem #1950

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6699,7 +6699,7 @@
"defaultHintAriaLabelWithoutInlineChat": "执行 {0} 以选择语言、执行 {1} 以填充模板,或执行 {2} 以打开其他编辑器并开始使用。开始键入以关闭。",
"disableEditorEmptyHint": "禁用空编辑器提示",
"disableHint": " 在设置中切换 {0} 以禁用此提示。",
"emptyTextEditorHintWithInlineChat": "[[打开聊天]]({0})、[[选择语言]]({1})或[[使用模板填充]({2})以开始使用。\r\n开始输入以关闭或[[不再显示]]此信息。",
"emptyTextEditorHintWithInlineChat": "[[打开聊天]]({0})、[[选择语言]]({1})或[[使用模板填充]]({2})以开始使用。\r\n开始输入以关闭或[[不再显示]]此信息。",
"emptyTextEditorHintWithoutInlineChat": "[[选择语言]]({0})、[[填充模版]]({1})或[[打开其他编辑器]]({2})以开始使用。\r\n开始输入以关闭或[[不再显示]]此信息。"
},
"vs/workbench/contrib/codeEditor/browser/find/simpleFindWidget": {
Expand Down