Skip to content

Commit 2344655

Browse files
authored
Merge pull request #12065 from microsoft/main
2 parents e12c7c2 + 6ccc588 commit 2344655

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Extension/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# C/C++ for Visual Studio Code Changelog
22

3+
## Version 1.19.6: March 6, 2024
4+
### Enhancement
5+
* Performance improvement.
6+
37
## Version 1.19.5: March 4, 2024
48
### Enhancements
59
* 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)

Extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cpptools",
33
"displayName": "C/C++",
44
"description": "C/C++ IntelliSense, debugging, and code browsing.",
5-
"version": "1.19.5-main",
5+
"version": "1.19.6-main",
66
"publisher": "ms-vscode",
77
"icon": "LanguageCCPP_color_128x.png",
88
"readme": "README.md",

0 commit comments

Comments
 (0)