Skip to content

1.18.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@sean-mcmanus sean-mcmanus released this 03 Nov 03:16
· 330 commits to insiders since this release
4149493

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

New Feature

  • Add #include code action suggestions for some IntelliSense errors related to symbols not being found. #10791
    • Since C code doesn't give an error for an undefined symbol, it usually won't be available for C.

Enhancements

  • Improve the walkthrough wording. #11320
  • Change 'Extract to Function' to prompt for the name instead of doing a rename afterwards. #11531
  • Add a pre-release available notification. PR #11569

Bug Fixes

  • Fix no error message getting shown if 'Extract to Function' creation fails. #11567
  • Fix an autocomplete crash bug (primarily on Mac).
  • Fix an IntelliSense crash when selecting code.

Known Issues