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
This likely doesn't repro in most other languages because those are human reviewed and there is a comment about it, but just in case, it's best to just either lock it by adding a:
{Locked='](command:....)'}
comment or just removing the link syntax and just have the translators see the contents of the button.
content: localize({key: 'openAFileWhichCanBeDebugged',comment: ['Please do not translate the word "commmand", it is part of our internal syntax which must not change']},
"[Open a file](command:{0}) which can be debugged or run.",(isMacintosh&&!isWeb) ? OpenFileFolderAction.ID : OpenFileAction.ID),
content: localize({key: 'runAndDebugAction',comment: ['Please do not translate the word "commmand", it is part of our internal syntax which must not change']},
"[Run and Debug{0}](command:{1})",debugKeybindingLabel,DEBUG_START_COMMAND_ID),
content: localize({key: 'detectThenRunAndDebug',comment: ['Please do not translate the word "commmand", it is part of our internal syntax which must not change']},
"[Show all automatic debug configurations](command:{0}).",SELECT_AND_START_ID),
content: localize({key: 'customizeRunAndDebug',comment: ['Please do not translate the word "commmand", it is part of our internal syntax which must not change']},
"To customize Run and Debug [create a launch.json file](command:{0}).",DEBUG_CONFIGURE_COMMAND_ID),
content: localize({key: 'customizeRunAndDebugOpenFolder',comment: ['Please do not translate the word "commmand", it is part of our internal syntax which must not change']},
"To customize Run and Debug, [open a folder](command:{0}) and create a launch.json file.",(isMacintosh&&!isWeb) ? OpenFileFolderAction.ID : OpenFolderAction.ID),
Uh oh!
There was an error while loading. Please reload this page.
This likely doesn't repro in most other languages because those are human reviewed and there is a comment about it, but just in case, it's best to just either lock it by adding a:
comment or just removing the link syntax and just have the translators see the contents of the button.
code pointer:
vscode/src/vs/workbench/contrib/debug/browser/welcomeView.ts
Lines 108 to 144 in 0febc54
The text was updated successfully, but these errors were encountered: