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 3f4cc87 commit f0f5152Copy full SHA for f0f5152
src/vs/workbench/contrib/terminal/browser/terminalInstance.ts
@@ -1236,7 +1236,6 @@ export class TerminalInstance extends Disposable implements ITerminalInstance {
1236
}
1237
1238
private _setShellIntegrationContextKey(): void {
1239
- console.log('set', this.xterm?.shellIntegration.status === ShellIntegrationStatus.VSCode);
1240
if (this.xterm) {
1241
this._terminalShellIntegrationEnabledContextKey.set(this.xterm.shellIntegration.status === ShellIntegrationStatus.VSCode);
1242
0 commit comments