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.
2 parents 4404dc6 + f0f5152 commit c9c6219Copy full SHA for c9c6219
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