Execute/Debug Symfony Command through IDE using Docker does not stop properly
I have setup my IDE PHP Interpreter using `docker-compose` as shown in the picture above:
And I have setup some scripts (Symfony Command) as shown below:
When I run or debug that file and then hit the stop button it continues running inside Docker, is this a bug or am I missing a configuration?
请先登录再写评论。