Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter out environment variables with newlines #365

Closed
wants to merge 1 commit into from
Closed

Filter out environment variables with newlines #365

wants to merge 1 commit into from

Conversation

bspeice
Copy link

@bspeice bspeice commented Oct 22, 2022

What this PR does / why we need it: Immediately prior to invoking the VS Code debugger, filter out environment variables that contain newlines. Failure to do so leads to the debugger crashing.

Which issue(s) this PR fixes: Fixes #364

Special notes for your reviewer: I'm not much of a typescript dev, so I don't claim that this is an idiomatic implementation. Happy to change/add tests/etc.

@matepek
Copy link
Owner

matepek commented Oct 24, 2022

See discussion in mentioned issue.

@matepek matepek closed this Oct 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Debugger fails to start when environment variables contain newlines
2 participants