Skip to content

Commit

Permalink
1.5.0-insiders2 changelog (#7733)
Browse files Browse the repository at this point in the history
* Update changelog.
  • Loading branch information
sean-mcmanus authored Jun 21, 2021
1 parent 18d59c2 commit ef52c25
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# C/C++ for Visual Studio Code Change Log

## Version 1.5.0-insiders2: June 21, 2021
### New Feature
* Add "Inline macro" code action. [#4183](https://github.com/microsoft/vscode-cpptools/issues/4183)

### Bug Fixes
* Fix code folding causing `} else if` lines to be hidden. [#5521](https://github.com/microsoft/vscode-cpptools/issues/5521)
* Fix Find All References on a global variable giving incorrect references to local variables. [#7702](https://github.com/microsoft/vscode-cpptools/issues/7702)
* 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)
* Fix configuration squiggle on a recursively resolved `forcedInclude`. [PR #7722](https://github.com/microsoft/vscode-cpptools/pull/7722)
* Fix `Build and Debug Active File` for certain file extensions (.cu, .cp, etc.).
* jogo- (@jogo-) [PR #7726](https://github.com/microsoft/vscode-cpptools/pull/7726)
* Fix an infinite loop when importing a module with a template.

## Version 1.5.0-insiders: June 14, 2021
### Enhancements
* Add "Symbol Options" for CppVsdbg to configure symbol settings [PR #7680](https://github.com/microsoft/vscode-cpptools/pull/7680)
Expand Down

0 comments on commit ef52c25

Please sign in to comment.