Hi All,
I need to execute a task just before debugging but after flashing in VSCode. I searched it on the net and understood I need to add preLaunchTask in launch.json and the task shall be defined in tasks.json. As suggested I added my task in tasks.json and its reference to launch.json. Here you can see my launch.json. it is very simple...