Debugging stops working when the .env file has more than 556 characters
See original GitHub issueEnvironment data
- VS Code version: 1.22.2
- Extension version: 2018.3.1
- OS and version: Windows 7 64bits
- Python version: 3.6.5 64bits
- Type of virtual environment used: pipenv
Actual behavior
Debugging completely stops working when the .env
file has more than 556 characters and does not display any error or log message. It’s necessary to restart the VSCode to work again if the .env
file is less than 556 characters long (ignoring spaces).
Expected behavior
Debugging well…
Steps to reproduce:
- Type more than 556 characters in
.env
file (sum of var names, values, etc). - Type F5 or click menu Debug>Start Debugging.
Logs
Output for Python
in the Output
panel
(View
→Output
, change the drop-down the upper-right of the Output
panel to Python
)
NOTHING!
Output from Console
under the Developer Tools
panel (toggle Developer Tools on under Help
)
NOTHING!
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:19 (2 by maintainers)
Top Results From Across the Web
dotenv file is not loading environment variables - Stack Overflow
I have .env file at root folder file
Read more >Using environment variables in a React application
In this article we'll see how to use environment variables in a React application. Specifically, we'll look at two kinds of environments variables:...
Read more >Configure your environment | Cloud Functions for Firebase
With this approach, you manually create a dotenv file for loading environment variables. Runtime environment configuration with the Firebase CLI and functions.
Read more >HSPICE Reference Manual: Commands and Control Options
HTML output in the working directory. □. If you do not specify an output file name in either the. -o or -html option,...
Read more >Customizing the Liberty environment - IBM
jar executable JAR file, or the embedded Liberty server SPI, then you must use the same settings to enable debug mode for Liberty....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@FlavioCestari I believe the issue has been resolved in the insiders version of VS Code. Please could you test this out and let us know how it is. Please ensure you test this with the Insiders Build of VS Code
@jahan01 yes please as we need you to fill out the issue template to capture all the details for your system to help us diagnose the problem.