microsoft / vscode-debugadapter-node

Debug adapter protocol and implementation for VS Code.
Other
273 stars 79 forks source link

Support to remove env vars in RunInTerminalRequest #138

Closed weinand closed 7 years ago

weinand commented 7 years ago

In order to 'undefine' (remove) environment variables we should support null as a value for the env attribute of the RunInTerminalRequest.