bluelovers / idea-run-typescript

IntelliJ IDEA (and WebStorm...) plugin to support 'TypeScript' as a run configuration
https://plugins.jetbrains.com/plugin/10841-run-configuration-for-typescript
76 stars 14 forks source link

Signal at stop #44

Open Baptiste-Garcin opened 1 year ago

Baptiste-Garcin commented 1 year ago

Hi !

I tried several configurations of your plugin. The project launched well but when I hit the stop button, the graceful shutdown of my project is not triggered.

What is the signal sent by this plugin when stoping ?

Thanks