Skip to content

Commit d502a9d

Browse files
committed
1 parent 54a3d67 commit d502a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/terminal/browser/terminalInstance.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ export class TerminalInstance extends Disposable implements ITerminalInstance {
327327
} else if (this.shellLaunchConfig?.attachPersistentProcess?.icon) {
328328
return iconRegistry.get(this.shellLaunchConfig.attachPersistentProcess.icon);
329329
}
330-
return undefined;
330+
return Codicon.terminal;
331331
}
332332

333333
private _getTitle(): string {

0 commit comments

Comments
 (0)