-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Label merging is broken after adding current working directory in the advanced executables configuration #427
Comments
where is the |
The above assumes that the directory structure is as follows:
and it is opened in the VS Code as a mutli-root workspace file
The build output binaries are placed under |
And what is the expectations for that label? |
|
The problem is here: https://github.com/matepek/vscode-catch2-test-adapter/blob/master/src/framework/AbstractExecutable.ts#L293 |
is |
Fixed in v4.11.0.This issue was mentioned in CHANGELOG.md under a released entry so it is assumed to be fixed. |
Thanks, I have successfully verified the fix. |
Checklist
I understand that you have privacy concerns and I expect you to understand that this extension is developed for free.
Thanks.
Describe the bug
Label merging stops working after adding
cwd
property to the advanced executables configuration.The
cwd
path exists on the filesystem and tests have the correct cwd set when running/debugging.I use a multi-root workspace.
To Reproduce
The following config correctly merges the labels in the tree view. Note that the
cwd
property is commented.producing the following tree view in the Test Explorer:
After uncommenting the
cwd
line:tree view in the Test Explorer doesn't merge 1st level label:
Each executable has its own 1st level node (
projectA
in the example).Desktop
The text was updated successfully, but these errors were encountered: