提交 c008afd3 编写于 作者: J Joao Moreno

fixes #11896

上级 bdddc2bf
......@@ -373,8 +373,8 @@ export class ExtensionEditor extends BaseEditor {
const details = $('details', { open: true, ontoggle: onDetailsToggle },
$('summary', null, localize('debuggers', "Debuggers ({0})", contrib.length)),
$('table', null,
$('tr', null, $('th', null, localize('debugger name', "Name")), $('th', null, localize('runtime', "Runtime"))),
...contrib.map(d => $('tr', null, $('td', null, d.label || d.type), $('td', null, d.runtime)))
$('tr', null, $('th', null, localize('debugger name', "Name"))),
...contrib.map(d => $('tr', null, $('td', null, d.label || d.type)))
)
);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册