When I manually started it with the “–livereload” argument, when I changed a line and saved it, the change was reflected on the device in seconds. Now that I started it with VS Code’s Debug menu, live reload does not work. Is that possible?
In the launch.json, I used something like this (generated by VS Code, modified by me slightly.
If you install the Cordova Tools extension for Visual studio, it will help you generate a working launch.json file for your VSCode to be able to debug your app with livereload.
Here is how it looks like for Running Android on a device: