You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Product and Version [VS/VSCode]: VSCode 1.22.2 OS Version [macOS/Windows]: macOS 10.13.4 Live Share Extension Version: 0.2.547 Target Platform or Language [e.g. Node.js]: Node.js
Brief description:
If you start the VS Code debugger with console set to integratedTerminal, then it looks like any variables in the env dictionary are sent to the shell with weird casing.
cd /vsls-repro ; env "nodE_ENV=development" /usr/local/bin/node --inspect-brk=29328 app.js
With VS Live Share disabled:
cd /vsls-repro ; env "NODE_ENV=development" /usr/local/bin/node --inspect-brk=19467 app.js
@bcanseco Thanks for reporting this, and providing such a thorough repro. We haven’t seen this issue before, but will look it using the logs you sent. Stay tuned!
I have emailed my zipped logs to vsls-feedback@microsoft.com
Product and Version [VS/VSCode]: VSCode 1.22.2
OS Version [macOS/Windows]: macOS 10.13.4
Live Share Extension Version: 0.2.547
Target Platform or Language [e.g. Node.js]: Node.js
Brief description:
If you start the VS Code debugger with
console
set tointegratedTerminal
, then it looks like any variables in theenv
dictionary are sent to the shell with weird casing.With VS Live Share disabled:
Steps to Reproduce / Scenario:
git clone https://github.com/bcanseco/vsls-repro
cd vsls-repro
code .
Should be true: false
was outputted in the integrated terminal.Should be true: true
was outputted in the debug console.Should be true: true
is logged in both scenarios.The text was updated successfully, but these errors were encountered: