Skip to content

Commit

Permalink
Update src/vs/platform/terminal/common/xterm/shellIntegrationAddon.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Imms <[email protected]>
  • Loading branch information
anthonykim1 and Tyriar authored Jan 8, 2025
1 parent c68c58a commit 944ce9a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,6 @@ export class ShellIntegrationAddon extends Disposable implements IShellIntegrati
if (arg0 !== undefined) {
try {
const env = JSON.parse(deserializeMessage(arg0));
console.log('In zsh I want to see if arg1 is nonce ---> arg1', arg1);
console.log('In zsh I want to see if nonce matches ---> nonce', this._nonce);
this._createOrGetShellEnvDetection().setEnvironment(env, arg1 === this._nonce);
} catch (e) {
console.log('JSON.parse throw', { e, arg0 });
Expand Down

0 comments on commit 944ce9a

Please sign in to comment.