Skip to content

1.13.5 (pre-release, release candidate)

Pre-release
Pre-release
Compare
Choose a tag to compare
@sean-mcmanus sean-mcmanus released this 29 Nov 03:19
· 665 commits to insiders since this release
7fec8ba

Instructions

Install it via using the Extensions view in VS Code and choosing the option "Switch to Pre-Release Version" or download a vsix that matches your OS from the "Download" dropdown in the "Version History" tab section on the Marketplace website) and then use the Extensions: Install from VSIX... command in VS Code (don't double-click the vsix or another app like VS might try to open it incorrectly).

Requirements

  • VS Code 1.67.0 or later.

Changes

Bug Fixes

  • Fix "Step Over past a logpoint stops at the wrong place". #9995
  • Fix "Don't hardcode path to kill in UnixUtilities". #10124
  • Fix the create declaration/definition feature not adding the definition if a new source file needs to be created. #10159
  • Fix the create declaration/definition feature not having the correct cursor location after adding a definition. #10160
  • Fix the create declaration/definition feature not formatting inserted definitions. #10161
    • This has the side-effect of fixing the extra newlines created in a new file if clang-format is used. #10164
    • However, clang-format 15 has a bug which can cause formatting of newly inserted definitions to fail in some cases: LLVM#59178
  • Fix formatting when clang-format 11 or earlier is used (and another issue for version 8 or earlier). #10178

Known Issues

  • Changes to the enclosing type of a function aren't not taken into account after Create Declaration / Definition is used once. #10162
  • Create Declaration / Definition doesn't work correctly with anonymous namespaces. #10189