Skip to content

Add back sanitization of our env variables #22

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

Merged
merged 1 commit into from
Dec 7, 2021
Merged

Add back sanitization of our env variables #22

merged 1 commit into from
Dec 7, 2021

Conversation

code-asher
Copy link
Member

This partially fixes coder/code-server#4519.

We use an environment variable to distinguish the parent process from
the child so without sanitizing when you spawn code-server from VS Code
it always looks like we are in the parent and the process will fail
since it is not actually the child.

This partially fixes coder/code-server#4519.

We use an environment variable to distinguish the parent process from
the child so without sanitizing when you spawn code-server from VS Code
it always looks like we are in the parent and the process will fail
since it is not actually the child.
Copy link

@jsjoeio jsjoeio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Woo!

@code-asher code-asher merged commit c2a251c into coder:main Dec 7, 2021
@code-asher code-asher deleted the sanitize-vars-again branch December 7, 2021 22:18
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.

Some issues running code-server within code-server
2 participants