simple-typescript-starter icon indicating copy to clipboard operation
simple-typescript-starter copied to clipboard

VS code launch points to wrong folder

Open arcanist123 opened this issue 4 years ago • 0 comments

Currently https://github.com/stemmlerjs/simple-typescript-starter/blob/master/.vscode/launch.json file is pointing to "${workspaceFolder}/dist/**/*.js" but the ts is being compiled into build folder. This results in error when debugging the code containing imports

arcanist123 avatar Aug 22 '21 07:08 arcanist123