-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded
Milestone
Description
- VSCode Version: Version 1.28.2 (1.28.2)
- OS Version: OSX 10.14
Steps to Reproduce:
- add
"envFile": "${workspaceRoot}/.env"tolaunch.json - add value to
.envthat contains!characters
my_secret=SomeAwesomeSecret!!!Does this issue occur when all extensions are disabled?: Yes
Because ! is previous command in bash when it loads the .env file it fails catastrophically. These characters (and probably others) should be escaped when .env is loaded or perhaps it should be loaded in a way that doesn't try to execute things like that.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded