cli
cli copied to clipboard
[BUG] VS Code command window sluggish after terminate
Describe the bug When terminating a session in VS Code that's been called with doppler run, the terminal window is sluggish and unresponsive. Have to close it and re-open a new terminal. Is there a reason/fix for this?
To Reproduce
Steps to reproduce the behavior. Please include output from running the command with --debug.
[Windows User]
Open VS Code.
Launch your app with doppler run... Example: doppler run --command="start-server"
Terminate the app.
Try to type in the Terminal window of VS Code. Doesn't work too well. Have to hit the delete button and Ctrl + ` to re-open a new window.