This commit is contained in:
isidor 2020-10-21 18:56:42 +02:00
parent d1654e1592
commit 3b95fb5233

View file

@ -450,7 +450,7 @@ export class DebugService implements IDebugService {
actionList.push(new Action(
'installAdditionalDebuggers',
nls.localize('installAdditionalDebuggers', "Install {0} Extension", resolvedConfig.type),
nls.localize({ key: 'installAdditionalDebuggers', comment: ['Placeholder is the debug type, so for example "node", "python"'] }, "Install {0} Extension", resolvedConfig.type),
undefined,
true,
async () => this.commandService.executeCommand('debug.installAdditionalDebuggers')