Skip to content

Commit

Permalink
Merge pull request #12065 from microsoft/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Colengms committed Mar 6, 2024
2 parents e12c7c2 + 6ccc588 commit 2344655
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Extension/CHANGELOG.md
@@ -1,5 +1,9 @@
# C/C++ for Visual Studio Code Changelog

## Version 1.19.6: March 6, 2024
### Enhancement
* Performance improvement.

## Version 1.19.5: March 4, 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)
Expand Down
2 changes: 1 addition & 1 deletion Extension/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "cpptools",
"displayName": "C/C++",
"description": "C/C++ IntelliSense, debugging, and code browsing.",
"version": "1.19.5-main",
"version": "1.19.6-main",
"publisher": "ms-vscode",
"icon": "LanguageCCPP_color_128x.png",
"readme": "README.md",
Expand Down

0 comments on commit 2344655

Please sign in to comment.