Skip to content

Commit a088244

Browse files
grdownssean-mcmanus
authored andcommitted
Update changelog to reflect compile commands parsing fix (#2409)
* Update changelog to reflect compile commands parsing fix
1 parent ce59810 commit a088244

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Extension/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
* Fix `compilerPath` not working with `${workspaceFolder}`. [#1982](https://github.com/Microsoft/vscode-cpptools/issues/1982)
2727
* Fix red flame getting stuck after modifying `c_cpp_properties.json`. [#2077](https://github.com/Microsoft/vscode-cpptools/issues/2077)
2828
* Don't add empty `windowsSDKVersion` if none exists. [#2300](https://github.com/Microsoft/vscode-cpptools/issues/2300)
29+
* Fix `compile_commands.json` quotes and escaped quotes not being parsed correctly. [#2305](https://github.com/Microsoft/vscode-cpptools/issues/2305)
2930
* Fix IntelliSense crash when the gcc-8 type_traits header is used. [#2323](https://github.com/Microsoft/vscode-cpptools/issues/2323), [#2328](https://github.com/Microsoft/vscode-cpptools/issues/2328)
3031
* Limit configuration popups to one at a time. [#2324](https://github.com/Microsoft/vscode-cpptools/issues/2324)
3132
* Don't show `includePath` code actions if compile commands or custom configuration providers are used. [#2334](https://github.com/Microsoft/vscode-cpptools/issues/2334)

0 commit comments

Comments
 (0)