You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It still has not been resolved. Now it has become:
I see that the value of "emptyTextEditorHintWithInlineChat" in the ‘main.i18n.json’ file is correct, but I'm not sure if there is a problem with the parsing of the text.
@TylerLeonhardt@feynhang could you help me understand what is the change needed by pointing out the current string what what needs to be changed?
example (I am making these up):
@TylerLeonhardt@feynhang could you help me understand what is the change needed by pointing out the current string what what needs to be changed? example (I am making these up):
About text "[[不再显示]]", I mean:
In the empty file hint of the vscode in English, I saw texts with links:
Open chat (which corresponds to "打开聊天" in Chinese)
select a language(which corresponds to "选择语言" in Chinese)
fill with template(which corresponds to "使用模板填充" in Chinese)
don't show(which corresponds to "不再显示" in Chinese)
but I only saw three indexes("{0}", "{1}", "{2}", I thought they should be used to refer to link options) in the value of "emptyTextEditorHintWithInlineChat"(in main.i18n.json file),the text "[[不再显示]]" should also has a index "{3}" to link to "workbench.editor.empty.hint".
Activity
crsuzukimsft commentedon Jun 17, 2025
internally tracking via 1060922
https://github.com/microsoft/vscode-loc/blob/bc017c9694cc65c8094a97d3ec8ca2b6b49b588f/i18n/vscode-language-pack-zh-hans/translations/main.i18n.json#L6913
crsuzukimsft commentedon Jun 24, 2025
@TylerLeonhardt this should be resolved.
TylerLeonhardt commentedon Jun 25, 2025
@feynhang let us know if this is not the resolved for you!
feynhang commentedon Jun 25, 2025
It still has not been resolved. Now it has become:
I see that the value of "emptyTextEditorHintWithInlineChat" in the ‘main.i18n.json’ file is correct, but I'm not sure if there is a problem with the parsing of the text.
feynhang commentedon Jun 25, 2025
Also, I think the text "[[不再显示]]" should be linked to setting "workbench.editor.empty.hint" (value to "hidden").
crsuzukimsft commentedon Jun 25, 2025
@TylerLeonhardt @feynhang could you help me understand what is the change needed by pointing out the current string what what needs to be changed?
example (I am making these up):
current: "workbench.editor.empty.hint": "控制空编辑器文本提示是否应在编辑器中可见。",
suggested: "workbench.editor.empty.hint": "控制空编辑器文本提示是否应在编辑器中可见SOMETHING NEW。",
current: "emptyTextEditorHintWithInlineChat": "[打开聊天]、[选择语言]或[使用模板填充]以开始使用。\r\n开始输入以关闭或[[不再显示]]此信息。",
suggested: current: "emptyTextEditorHintWithInlineChat": "[打开聊天]、[选择语言] 或 [使用模板填充] 以开始使用。\r\n开始输入以关闭或[[不再显示]]此信息。",
feynhang commentedon Jun 26, 2025
About text "[[不再显示]]", I mean:
In the empty file hint of the vscode in English, I saw texts with links:
but I only saw three indexes("{0}", "{1}", "{2}", I thought they should be used to refer to link options) in the value of "emptyTextEditorHintWithInlineChat"(in main.i18n.json file),the text "[[不再显示]]" should also has a index "{3}" to link to "workbench.editor.empty.hint".
TylerLeonhardt commentedon Jul 9, 2025
The English string for this is changing this month so let's see what the translation ends up looking like.
feynhang commentedon Jul 12, 2025
It has been resolved. Thanks!