提交 fc710af7 编写于 作者: B Benjamin Pasero

fix hygiene

上级 2e766701
......@@ -156,7 +156,7 @@ export class ViewPickerHandler extends QuickOpenHandler {
const terminalsCategory = nls.localize('terminals', "Terminal");
this.terminalService.terminalTabs.forEach((tab, tabIndex) => {
tab.terminalInstances.forEach((terminal, terminalIndex) => {
const index = `${tabIndex + 1}.${terminalIndex + 1}`
const index = `${tabIndex + 1}.${terminalIndex + 1}`;
const entry = new ViewEntry(nls.localize('terminalTitle', "{0}: {1}", index, terminal.title), terminalsCategory, () => {
this.terminalService.showPanel(true).done(() => {
this.terminalService.setActiveInstance(terminal);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册