提交 6394dbbb 编写于 作者: I isidor

fixes #16969

上级 6361cb27
......@@ -573,7 +573,7 @@ export class CallStackRenderer implements IRenderer {
data.thread.title = nls.localize('thread', "Thread");
data.name.textContent = thread.name;
data.stateLabel.textContent = thread.stopped ? nls.localize('pausedOn', "Paused on {0}", thread.stoppedDetails.reason)
data.stateLabel.textContent = thread.stopped ? nls.localize({ key: 'pausedOn', comment: ['indicates reason for program being paused'] }, "Paused on {0}", thread.stoppedDetails.reason)
: nls.localize({ key: 'running', comment: ['indicates state'] }, "Running");
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册