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 944ce9a commit b2afe32
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,6 @@ export class ShellIntegrationAddon extends Disposable implements IShellIntegrati
const env = JSON.parse(deserializeMessage(arg0));
this._createOrGetShellEnvDetection().setEnvironment(env, arg1 === this._nonce);
} catch (e) {
console.log('JSON.parse throw', { e, arg0 });
this._logService.warn('Failed to parse environment from shell integration sequence', arg0);
} // TODO: issue with double quotes. Dont worry about encoding variable name. Just escape the value
}
Expand Down

0 comments on commit b2afe32

Please sign in to comment.