Changelog #255

Commit: d7628c0
Release: 2024-10-14 (v0.3.2146)

Fixes

  • #18246 fix crash in prettify_macro_expansion() when the node isn’t the whole file.

  • #18245 fix detail label in completions.

  • #18247 fix something_to_resolve sometimes being reset in completion_item

  • #18269 display constructor types in a nicer way.

  • #18289 fix panic on JSON projects with relative buildfile paths.

Internal Improvements

  • #18266 use macos-13 runners and bump MACOSX_DEPLOYMENT_TARGET to 13.0.

  • #18281 stop using spawnSync in the VS Code extension.