-
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
multiple angular projects #27
Comments
Are you looking to switch between the Angular projects in the Angular workspace ( |
I am looking to switch between Angular projects in the Angular workspace. I see that this project was based off https://github.com/Raagh/angular-karma_test-explorer which is the extension I was using before this one. That extension had a folder icon next to the refresh icon in the "Testing" panel that allowed you to click the project you wanted. |
- Fix issue Karma server not stopped when vscode is closed #25
I installed the build and I now see that I am running version "v0.5.1" of the extension. Is that correct? Just asking b/c I have never manually installed an extension before so not sure if it worked. So how do I switch between Angular projects? I don't see a folder icon in the "Testing" panel. Is there some other way? |
Yes, v0.5.1 is the right version. The functionality should add a |
Ok. I see the plus sign now (and the minus sign). I had the default Angular project set in the extension settings so once I cleared that and restarted VSCode the plus sign showed up. This is working as expected and I like that you allow more than one Angular project to be in the panel. Thank you! This extension is working great. |
@lucono i wanted to follow-up on some behavior i am seeing with this version. when i first start VSCode the default Angular project is loaded. i can then set breakpoints and debug my tests and successfully hit the breakpoints i set. next i click the "+" button and add another Angular projects to the test panel. if i set breakpoints in the Angular project that was just added and debug the tests the breakpoints are never hit. it behaves like i clicked the run button and not debug. additionally, if i remove the first Angular project from the test panel and try and debug the tests from the second project i get an error saying a timeout occurred when trying to run the test. |
@jason53 Can you attach environment information (same ones in the bug template) and debug logs for both projects - that would help identify the issue. |
Released in v0.6.0 |
we work in a mono repo (https://blog.nrwl.io/angular/home) so we have multiple angular projects. how do we switch between projects in this extension? i know there is an extension setting for the "Default Angular Project Name" but is there a more dynamic way to switch between projects?
The text was updated successfully, but these errors were encountered: