DopplerHQ / cli

The official CLI for interacting with your Doppler secrets and configuration.
https://docs.doppler.com
Apache License 2.0
214 stars 43 forks source link

[BUG] VS Code command window sluggish after terminate #324

Closed mattnieland closed 1 year ago

mattnieland commented 1 year ago

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.

ryan-blunden commented 1 year ago

Hi @mattnieland!

Just to clarify, is the processing terminating immediately but there is a delay between when you can then type in the terminal? A screen recording if possible would be great.

So I can best determine what the issue is, could you provide some additional information:

Piccirello commented 1 year ago

Closing due to lack of response.