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
content: localize({key: 'openAFileWhichCanBeDebugged',comment: ['Please do not translate the word "commmand", it is part of our internal syntax which must not change']},
111
-
"[Open a file](command:{0}) which can be debugged or run.",(isMacintosh&&!isWeb) ? OpenFileFolderAction.ID : OpenFileAction.ID),
110
+
content: localize(
111
+
{
112
+
key: 'openAFileWhichCanBeDebugged',
113
+
comment: [
114
+
'Please do not translate the word "command", it is part of our internal syntax which must not change',
115
+
'{Locked="](command:{0})"}'
116
+
]
117
+
},
118
+
"[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']},
126
+
content: localize(
127
+
{
128
+
key: 'runAndDebugAction',
129
+
comment: [
130
+
'{0} will be replaced with a keybinding',
131
+
'Please do not translate the word "command", it is part of our internal syntax which must not change',
132
+
'{Locked="](command:{1})"}'
133
+
]
134
+
},
119
135
"[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']},
143
+
content: localize(
144
+
{
145
+
key: 'detectThenRunAndDebug',
146
+
comment: [
147
+
'Please do not translate the word "command", it is part of our internal syntax which must not change',
148
+
'{Locked="](command:{0})"}',
149
+
150
+
]
151
+
},
128
152
"[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']},
159
+
content: localize(
160
+
{
161
+
key: 'customizeRunAndDebug',
162
+
comment: [
163
+
'Please do not translate the word "command", it is part of our internal syntax which must not change',
164
+
'{Locked="](command:{0})"}'
165
+
]
166
+
},
136
167
"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']},
173
+
content: localize(
174
+
{
175
+
key: 'customizeRunAndDebugOpenFolder',
176
+
comment: [
177
+
'Please do not translate the word "commmand", it is part of our internal syntax which must not change',
178
+
'{Locked="](command:{0})"}'
179
+
]
180
+
},
143
181
"To customize Run and Debug, [open a folder](command:{0}) and create a launch.json file.",(isMacintosh&&!isWeb) ? OpenFileFolderAction.ID : OpenFolderAction.ID),
0 commit comments