Change8

v2.9.11

📦 turborepoView on GitHub →
🐛 12 fixes🔧 10 symbols

Summary

This release focuses heavily on improving the VS Code extension experience, fixing various bugs related to daemon startup, configuration file support, and LSP diagnostics. It also includes fixes for dependency pruning with Bun.

🐛 Bug Fixes

  • VS Code Extension now starts the daemon directly from the extension itself.
  • Included file URIs in Language Server Protocol (LSP) lifecycle logs.
  • Handled JSON decoration visitor depth correctly.
  • Resolved relative paths specified via 'turbo path' within the VS Code extension.
  • Preserved Bun nested dependencies during the prune operation.
  • The installed version of Turbo is now preferred when communicating with the LSP.
  • Reduced the number of startup popups in the VS Code extension.
  • Added support for 'turbo.jsonc' configuration files in the VS Code extension.
  • Removed the gradient styling from the VS Code task key.
  • Ensured VS Code extension publishes are triggered from the release tag.
  • Added support for shimmed VS Code LSP probes.
  • Allowed '$TURBO_EXTENDS$' usage within LSP diagnostics.

Affected Symbols