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
Copy file name to clipboardExpand all lines: Extension/CHANGELOG.md
+3
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,11 @@
2
2
3
3
## Version 1.19.8: March 13, 2024
4
4
### Bug Fixes
5
+
* Fix an issue with applying the proper working directory from a `compile_commands.json` when a `compilePath` is also set. [#12024](https://github.com/microsoft/vscode-cpptools/issues/12024)
5
6
* Fix a deadlock. [#12051](https://github.com/microsoft/vscode-cpptools/issues/12051)
6
7
* Fix a crash that could occur when failing to query clang-cl.
8
+
* Fix an issue with handling of `winsysroot` args for clang-cl.
9
+
* Fix an issue with processing relative include paths returned by clang-cl.
0 commit comments