Support for multi-line .env files #22411
Labels
area-environments
Features relating to handling interpreter environments
feature-request
Request for new features or functionality
In several projects I encounter environment variables that span several lines. This is not a problem for Docker or other software, but VS Code currently does not support .env variables across multiple lines.
So for example:
MY_ENV_VAR='{
"key": "value"
}'
Is not supported. This is quite annoying for development.
The text was updated successfully, but these errors were encountered: