-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debug does not stop in subprojects #47
Comments
I'm able to reproduce this. A workaround you can try is to set the {
"karmaTestExplorer.projects": ["bulletin-board"],
"karmaTestExplorer.webRoot": "${workspaceFolder}/bulletin-board"
} In a future release, the |
Thanks for the workaround. but would this work if i have multiple projects in my workspace? |
No, the workaround will only work for a single project in |
found it a little surprising that I had to change karmaTestExplorer.projects to "karmaTestExplorer.projectWorkspaces". |
For someone working with a single project which is an Angular workspace, the current naming of If you believe the new naming to be less intuitive, I'd be open to thoughts for a different name for that setting. |
I just found that it did not work without renaming. It complained that karma could not be found (which I think is because it did not check the folder) |
Thanks, fixed in |
I can confirm that both settings are working now. |
Released in v0.7.4 |
Describe the Bug
Create a new Angular (or even plain Typescript) project. Try to Debug. Works.
Move Angular project to a subfolder, create settings.json
Debug does not stop at any breakpoint anymore.
The text was updated successfully, but these errors were encountered: