Closed jpokrzyk closed 7 years ago
Thanks for filling this issue, however it is caused by the vsocde-react-native extension. As that extension should kill the webpack packager once vscode sends the disconnect
request.
Can you please file an issue here https://github.com/Microsoft/vscode-react-native
When I debug a react native application in vs code the webpack packager is still running in the background even though I stop debugging. I have to completely quit the VS code window to kill it.
Steps to Reproduce:
react-native run-ios
from a terminal. Normally this would spawn another terminal. But in this case it won't because the webpack packager is running hidden in vs code.If you're not familiar with react native. It spawns a separate terminal for the web pack packager. In VS Code that's still running somewhere in the background even though I have stopped debugging.
Not a huge deal. Just thought I would mention it. Thanks.