creode / cdev-environment-docker

The Docker environment plugin for cdev
MIT License
0 stars 2 forks source link

When ctrl+c on docker environment to kill it the cursor doesn't go to right place #7

Closed garethmidwood closed 5 years ago

garethmidwood commented 5 years ago

When cancelling docker the terminal cursor doesn't move back to where it should do.

https://youtu.be/bIiNAtD-cHA

Migrated from https://github.com/garethmidwood/cdev/issues/58

garethmidwood commented 5 years ago

I'm going to resolve this by setting the cdev env:start command to run the command rather than runExternalCommand - this means that ctrl+c will no longer stop the containers running.

An additional command will be added cdev env:watch (docker environments only) that reconnects to the containers and starts showing the log messages again.

garethmidwood commented 5 years ago

I've merged the PR, closing ticket