Skip to content

Latest commit

 

History

History
45 lines (23 loc) · 2.36 KB

File metadata and controls

45 lines (23 loc) · 2.36 KB

Changelog

All notable changes to the SFMC DevTools VS Code extension are documented in GitHub Releases.

Publishing is triggered automatically via GitHub Actions when a new release is created.

[3.2.0] — 2026-06-26

Removed

  • Bundled extension pack: the extension no longer auto-installs ESLint, EditorConfig, Prettier, SFMC Language Service, and SFMC Data Loader. It is now a standalone extension.

Changed

[3.1.3] — 2026-06-26

Fixed

  • Cursor compatibility: lowered the required engines.vscode from ^1.109.0 back to ^1.101.0 so the extension installs in Cursor (whose bundled VS Code base lags upstream). The 1.109 floor made the extension uninstallable in Cursor with an "is not compatible" error.

[3.1.2] — 2026-04-09

Changed

  • Build (Template + Definition): the two Business Unit quick-picks now say source vs target so it is clear which selection maps to --buFrom and which to --buTo.

[3.1.1] — 2026-04-08

Fixed

  • Build (Template + Definition): the command now asks whether to clear the deploy folder before building and passes --purge or --no-purge to mcdev so the CLI no longer waits indefinitely on an interactive prompt in the VS Code terminal.

[3.1.0] — 2026-04-08

Added

  • What's New: after an update, a notification offers to open in-editor release notes (parsed from this changelog). Command: SFMC DevTools: Show What's New. Full histories remain on GitHub Releases.

[3.0.0] — 2026-04-08

Changed

  • Release notes: use SFMC DevTools: Show What's New in the Command Palette, or respond to the notification after an update, to open in-editor notes parsed from this changelog. For full details, see GitHub Releases.