We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1613298 commit 025ab76Copy full SHA for 025ab76
1 file changed
Extension/CHANGELOG.md
@@ -1,5 +1,12 @@
1
# C/C++ for Visual Studio Code Change Log
2
3
+## Version 1.8.4: February 7, 2022
4
+### Bug Fixes
5
+* Suppress incorrect warnings on ARM64 macOS. [#8756](https://github.com/microsoft/vscode-cpptools/issues/8756)
6
+* Fix debugger regressions. [#8760](https://github.com/microsoft/vscode-cpptools/issues/8760)
7
+* Remove `Offline Installation` section from README.md. [#8769](https://github.com/microsoft/vscode-cpptools/pull/8769)
8
+* Fix performance issue with loading large PDBs. [#8775](https://github.com/microsoft/vscode-cpptools/issues/8775)
9
+
10
## Version 1.8.2: January 31, 2022
11
### New Features
12
* Add data breakpoints (memory read/write interrupts) with `gdb` debugging. [#1410](https://github.com/microsoft/vscode-cpptools/issues/1410)
0 commit comments