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

null values not supported in "env" #93

Closed
int19h opened this issue Apr 1, 2020 · 0 comments
Closed

null values not supported in "env" #93

int19h opened this issue Apr 1, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@int19h
Copy link
Contributor

int19h commented Apr 1, 2020

https://code.visualstudio.com/docs/editor/debugging says:

env - environment variables (the value null can be used to "undefine" a variable)

However, we don't actually implement it like that - we require all "env" values to be strings. So there's no way to unset a variable inherited from the global environment; at most, one can set it to an empty string. We should support null as described.

@int19h int19h added the enhancement New feature or request label Apr 1, 2020
@int19h int19h self-assigned this Oct 22, 2020
int19h added a commit to int19h/debugpy that referenced this issue Oct 23, 2020
@int19h int19h closed this as completed in 5384d23 Oct 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant