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
+12
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# C/C++ for Visual Studio Code Changelog
2
2
3
+
## Version 1.19.5: February 29, 2024
4
+
### Enhancements
5
+
* Change how `args` and `command` fields are handled in `cppbuild` tasks, to match the behavior of VS Code `shell` build tasks, including explicit `quoting` support. [#12001](https://github.com/microsoft/vscode-cpptools/issues/12001)
6
+
* Enable C23 IntelliSense support, and add support for `clatest``std` value for MSVC. [#12020](https://github.com/microsoft/vscode-cpptools/issues/12020)
7
+
8
+
### Bug Fixes
9
+
* Fix an issue with duplicate `Add #include` code actions appearing if the same header name exists in multiple locations. [#11989](https://github.com/microsoft/vscode-cpptools/issues/11989)
10
+
* Fix an issue with changes to `C_Cpp.inlayHints` settings not taking effect immediately. [#12013](https://github.com/microsoft/vscode-cpptools/issues/12013)
11
+
* Fix an issue with how Doxygen `brief` and `param` are displayed on hover. [#12015](https://github.com/microsoft/vscode-cpptools/issues/12015)
12
+
* Fix an issue preventing the extension from functioning if installed via snap on Linux. [#12021](https://github.com/microsoft/vscode-cpptools/issues/12021)
13
+
* Fix a potential cpptools process hang on shutdown.
14
+
3
15
## Version 1.19.4: February 21, 2024
4
16
### Enhancements
5
17
* Enable support for fuzzy symbol searches. [#2751](https://github.com/microsoft/vscode-cpptools/issues/2751)
"c_cpp.taskDefinitions.options.cwd.description": "The current working directory of the executed program or script. If omitted Code's current workspace root is used.",
933
938
"c_cpp.taskDefinitions.detail.description": "Additional details of the task.",
0 commit comments