未验证 提交 cc4057b0 编写于 作者: M meganrogge

Fix #129426

上级 9012985c
......@@ -915,6 +915,7 @@ export class TerminalService implements ITerminalService {
quickPickItems.push(...configProfiles.map(e => this._createProfileQuickPickItem(e)));
}
quickPickItems.push({ type: 'separator', label: nls.localize('ICreateContributedTerminalProfileOptions', "contributed") });
for (const contributed of this._terminalContributionService.terminalProfiles) {
const icon = contributed.icon ? (iconRegistry.get(contributed.icon) || Codicon.terminal) : Codicon.terminal;
quickPickItems.push({
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册