We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36ce8f8 commit a369edeCopy full SHA for a369ede
Extension/CHANGELOG.md
@@ -1,5 +1,10 @@
1
# C/C++ for Visual Studio Code Change Log
2
3
+## Version 0.24.1: July 22, 2019
4
+### Bug Fixes
5
+* Fix an issue with the Outline not being populated when a file is opened. [#3877](https://github.com/microsoft/vscode-cpptools/issues/3877)
6
+* Update scopes used by semantic colorization. [PR# 3896](https://github.com/microsoft/vscode-cpptools/pull/3896)
7
+
8
## Version 0.24.0: July 3, 2019
9
### New Features
10
* Semantic colorization [Documentation](https://github.com/microsoft/vscode-cpptools/blob/master/Documentation/LanguageServer/colorization.md) [#230](https://github.com/microsoft/vscode-cpptools/issues/230)
0 commit comments