Skip to content

Commit 2ece201

Browse files
Colengmssean-mcmanus
authored andcommitted
Update changelog for 0.26.3-insiders4: (#4857)
* Update changelog Authored-by: Colen Garoutte-Carson <[email protected]>
1 parent fe8245f commit 2ece201

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Extension/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# C/C++ for Visual Studio Code Change Log
22

3+
## Version 0.26.3-insiders4: January 16, 2020
4+
### Bug Fixes
5+
* Update dependent modules to address a security warning due to use of a deprecated API. [#4381](https://github.com/microsoft/vscode-cpptools/issues/4381)
6+
* Fix an issue in which files may be unnecessarily removed from the tag parser database on startup, if using a custom configuration provider, resulting in a large number of files being reparsed. [#4802](https://github.com/microsoft/vscode-cpptools/issues/4802)
7+
* Fix an issue in which `Build and Debug Active File` would fail to detect a compiler, without a compiler present in `compilerPath`. [#4834](https://github.com/microsoft/vscode-cpptools/issues/4834)
8+
* Fix a crash when failing to launch external executables on Linux and Mac.
9+
10+
### Enhancements
11+
* If clang-format is found in the environment path, that version will take precedence over the copy of clang-format bundled with the extension. [#3569](https://github.com/microsoft/vscode-cpptools/issues/3569)
12+
313
## Version 0.26.3-insiders3: January 8, 2020
414
### Bug Fixes
515
* Improve memory usage in projects with a large number of files. [#3326](https://github.com/microsoft/vscode-cpptools/issues/3326)

0 commit comments

Comments
 (0)