We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b0840 commit a3153bbCopy full SHA for a3153bb
src/vs/workbench/contrib/terminal/browser/terminalProfileResolverService.ts
@@ -145,7 +145,6 @@ export abstract class BaseTerminalProfileResolverService implements ITerminalPro
145
146
// Verify the icon is valid, and fallback correctly to the generic terminal id if there is
147
// an issue
148
- console.log('icon', this._configurationService.getValue(TerminalSettingId.TabsDefaultIcon));
149
shellLaunchConfig.icon = this._getCustomIcon(shellLaunchConfig.icon)
150
|| this._getCustomIcon(resolvedProfile.icon)
151
|| this.getDefaultIcon();
0 commit comments