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 54a3d67 commit d502a9dCopy full SHA for d502a9d
src/vs/workbench/contrib/terminal/browser/terminalInstance.ts
@@ -327,7 +327,7 @@ export class TerminalInstance extends Disposable implements ITerminalInstance {
327
} else if (this.shellLaunchConfig?.attachPersistentProcess?.icon) {
328
return iconRegistry.get(this.shellLaunchConfig.attachPersistentProcess.icon);
329
}
330
- return undefined;
+ return Codicon.terminal;
331
332
333
private _getTitle(): string {
0 commit comments