From 4ea5a278c0579c2b249a2be2258bf1ff9ef8c5e2 Mon Sep 17 00:00:00 2001 From: Colen Garoutte-Carson Date: Mon, 16 Aug 2021 18:13:47 -0700 Subject: [PATCH] Fix a couple typos in changelog --- Extension/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index 515a443614..64097a040a 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -3,8 +3,8 @@ ## Version 1.6.0-insiders2: August 17, 2021 ### Bug Fixes * Fix issues with overlapping code folding ranges. [#7809](https://github.com/microsoft/vscode-cpptools/issues/7809) -* Fix an issue with cppdbg debugging on Windows x64. [7971](https://github.com/microsoft/vscode-cpptools/issues/7971) -* Fix an issue with VS header causing IntelliSense process crash. [7972](https://github.com/microsoft/vscode-cpptools/issues/7972) +* Fix an issue with cppdbg debugging on Windows x64. [#7971](https://github.com/microsoft/vscode-cpptools/issues/7971) +* Fix an issue with VS `` header causing IntelliSense process crash. [#7972](https://github.com/microsoft/vscode-cpptools/issues/7972) ## Version 1.6.0-insiders: August 12, 2021 ### New Feature