Skip to content

Commit ef52c25

Browse files
authored
1.5.0-insiders2 changelog (#7733)
* Update changelog.
1 parent 18d59c2 commit ef52c25

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Extension/CHANGELOG.md

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

3+
## Version 1.5.0-insiders2: June 21, 2021
4+
### New Feature
5+
* Add "Inline macro" code action. [#4183](https://github.com/microsoft/vscode-cpptools/issues/4183)
6+
7+
### Bug Fixes
8+
* Fix code folding causing `} else if` lines to be hidden. [#5521](https://github.com/microsoft/vscode-cpptools/issues/5521)
9+
* Fix Find All References on a global variable giving incorrect references to local variables. [#7702](https://github.com/microsoft/vscode-cpptools/issues/7702)
10+
* Fix `vcFormat` not working near the end of the file with UTF-8 characters > 1 byte. [#7704](https://github.com/microsoft/vscode-cpptools/issues/7704)
11+
* Fix configuration squiggle on a recursively resolved `forcedInclude`. [PR #7722](https://github.com/microsoft/vscode-cpptools/pull/7722)
12+
* Fix `Build and Debug Active File` for certain file extensions (.cu, .cp, etc.).
13+
* jogo- (@jogo-) [PR #7726](https://github.com/microsoft/vscode-cpptools/pull/7726)
14+
* Fix an infinite loop when importing a module with a template.
15+
316
## Version 1.5.0-insiders: June 14, 2021
417
### Enhancements
518
* Add "Symbol Options" for CppVsdbg to configure symbol settings [PR #7680](https://github.com/microsoft/vscode-cpptools/pull/7680)

0 commit comments

Comments
 (0)