I have a simple TypeScript project, and I need to generate sourcemap before debugging.
I have a tsc task that does the job, and I set it as the preLaunchTask field for my launching configuration. However, the launch seems to be starting before the sourcemaps finished generating.
I have a simple TypeScript project, and I need to generate sourcemap before debugging.
I have a
tsctask that does the job, and I set it as thepreLaunchTaskfield for my launching configuration. However, the launch seems to be starting before the sourcemaps finished generating.