From 1a3afd10fc86c9ef7a95bd6a79b95e01b2cb57c6 Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Thu, 15 Dec 2022 15:50:35 -0800 Subject: [PATCH] Update changelog and version for 1.13.8. (#10286) --- Extension/CHANGELOG.md | 7 +++++++ Extension/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index 752dabb3a3..24240c4bc9 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -1,5 +1,12 @@ # C/C++ for Visual Studio Code Changelog +## Version 1.13.8: December 15, 2022 +### Bug Fixes +* Fix tag parser failure on machines with multiple extension users. [#10224](https://github.com/microsoft/vscode-cpptools/issues/10224) +* Fix a `--using_directory` IntelliSense error if LIBPATH is defined with non-msvc IntelliSense modes. [#10249](https://github.com/microsoft/vscode-cpptools/issues/10249) +* Fix a crash when the configuration name is missing. [#10251](https://github.com/microsoft/vscode-cpptools/issues/10251) +* Fix clang-format and clang-tidy not working for macOS 11 arm64. [#10282](https://github.com/microsoft/vscode-cpptools/issues/10282) + ## Version 1.13.7: December 8, 2022 ### Bug Fix * Fix `files.associations` not working. [#10244](https://github.com/microsoft/vscode-cpptools/issues/10244) diff --git a/Extension/package.json b/Extension/package.json index 19353a7706..4d22890448 100644 --- a/Extension/package.json +++ b/Extension/package.json @@ -2,7 +2,7 @@ "name": "cpptools", "displayName": "C/C++", "description": "C/C++ IntelliSense, debugging, and code browsing.", - "version": "1.13.7-main", + "version": "1.13.8-main", "publisher": "ms-vscode", "icon": "LanguageCCPP_color_128x.png", "readme": "README.md",