This commit is contained in:
Sean McManus 2024-03-01 09:50:10 -08:00
Родитель dd5d161991
Коммит 6c38fa48eb
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,6 +1,6 @@
# C/C++ for Visual Studio Code Changelog
## Version 1.19.5: February 29, 2024
## Version 1.19.5: March 1, 2024
### Enhancements
* 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)
* Enable C23 IntelliSense support, and add support for `clatest` `std` value for MSVC. [#12020](https://github.com/microsoft/vscode-cpptools/issues/12020)