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
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# C/C++ for Visual Studio Code Changelog
2
2
3
+
## Version 1.24.0: Febrary 10, 2025
4
+
### Enhancement
5
+
* Improve/fix the switch header/source feature. [#2635](https://github.com/microsoft/vscode-cpptools/issues/2635)
6
+
7
+
### Bug Fixes
8
+
* Fix a bug in which hundreds of custom configuration requests could be sent on startup before the configuration provider has registered. [#13166](https://github.com/microsoft/vscode-cpptools/issues/13166)
9
+
* Fix handling of the `-framework` compiler argument. [#13204](https://github.com/microsoft/vscode-cpptools/issues/13204)
10
+
* Fix a potential race between didChange and didOpen. [PR #13209](https://github.com/microsoft/vscode-cpptools/pull/13209)
11
+
* Fix an issue with the `.editorconfig``tab_size`. [PR #13216](https://github.com/microsoft/vscode-cpptools/pull/13216)
12
+
* Fix a potential deadlock on shutdown if configuration providers are used. [#13218](https://github.com/microsoft/vscode-cpptools/issues/13218)
13
+
* Fix system include/framework paths being used as a fallback for user include/framework paths in the base configuration. [PR #13247](https://github.com/microsoft/vscode-cpptools/pull/13247)
14
+
* Fix an inaccurate cursor position for IntelliSense update.
15
+
* Fix a random crash during code analysis.
16
+
3
17
## Version 1.23.6: February 6, 2025
4
18
### Bug Fixes
5
19
* Fix a bug with remote attach debugging. [#13137](https://github.com/microsoft/vscode-cpptools/issues/13137)
0 commit comments