Skip to content

v4.7.0

Latest

Choose a tag to compare

@andyleejordan andyleejordan released this 25 Jun 22:07
e124c13

What's Changed

Enhancements & Features ✨

Squashed Bugs 🐛

  • Enhance RenameHandler to handle null capabilities gracefully and add tests for registration options by @mgreenegit in #2296
  • Drop unused IEquatable from range wrappers and fix FoldingReference by @andyleejordan in #2302
  • Correct example PowerShell -Uri argument name by @nzbart in #2304
  • Match strong-name identity when resolving PSES dependencies by @andyleejordan in #2303
  • Fix flaky CanRegisterAndInvokeCommandWithScriptBlock on PS 5.1 / net462 by @andyleejordan with @Copilot in #2307
  • Guard against null workspaceFolders on initialize by @andyleejordan in #2308
  • Resolve evaluate/watch variables from the correct scope by @andyleejordan in #2311
  • Fix flaky CanRunOnIdleTask by polling instead of sleeping by @andyleejordan in #2314
  • Open hidden files in Open-EditorFile by @andyleejordan in #2309
  • Skip attach E2E test on in-box Windows PowerShell (20260614 image regression); cap CI job by @andyleejordan in #2318
  • Restore concrete FileRange overloads on FileContext for binary compat by @andyleejordan in #2319
  • Fix Windows PowerShell host-start hang in SetCorrectExecutionPolicy by @andyleejordan in #2328

Other Changes 🙏

  • Preserve splat sigils during variable rename by @JustinGrote with @Copilot in #2325
  • v4.7.0: Add a module metadata handler, enhance command and help handlers, and fix a Windows PowerShell host-start hang. by @andyleejordan in #2329

New Contributors

Full Changelog: v4.6.0...v4.7.0