You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Avoid overwriting of existing tests
* Remove flickering of test tree
* Ensure uri and label are updated if necessary
* Update changelog.md
* Update changelog.md
---------
Co-authored-by: Ottmar Zittlau <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,7 @@ Bug Fixes:
94
94
- Fix bug in which CTest is unable to run large amount of tests in parallel due to regex exceeding command line length limits [#4829](https://github.com/microsoft/vscode-cmake-tools/issues/4829)[@theuke](https://github.com/theuke)
95
95
- Fix malformed devcontainer.json used for working with GitHub Codespaces and similar environments [#4588](https://github.com/microsoft/vscode-cmake-tools/pull/4588)[@kaladron](https://github.com/kaladron)
96
96
- Fix hang in `buildWithResult` tool when there isn't a configure preset selected. [#4857](https://github.com/microsoft/vscode-cmake-tools/issues/4857)
97
+
- Fix hiding of tests if test suite name and target name are the same when setting "Test Suite Delimiter" to `\`[#4408](https://github.com/microsoft/vscode-cmake-tools/issues/4408)[@ottmar-zittlau](https://github.com/ottmar-zittlau)
0 commit comments