diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index 87d1855ebf..1e2e05134f 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -1,5 +1,9 @@ # C/C++ for Visual Studio Code Changelog +## Version 1.18.5: November 16, 2023 +### Bug Fix +* Fix `~/vscode-cpptools` being used as the cache folder instead of `~/.cache/vscode-cpptools` on Linux. [#11693](https://github.com/microsoft/vscode-cpptools/issues/11693) + ## Version 1.18.4: November 14, 2023 ### Bug Fixes: * Fix 'Extract to function' not scrolling to and selecting the added header declaration. [#11676](https://github.com/microsoft/vscode-cpptools/issues/11676) diff --git a/Extension/package.json b/Extension/package.json index 2c6d5dd875..8f98048ed4 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.18.4-main", + "version": "1.18.5-main", "publisher": "ms-vscode", "icon": "LanguageCCPP_color_128x.png", "readme": "README.md",