Skip to content

Releases: Accenture/sfmc-devtools-vscode

v3.0.0

02 Apr 14:16

Choose a tag to compare

Features

Major rewrite, adding tons of new commands, keyboard shortcuts and deeplinks between files.

Chores

  • Now also available for Cursor via Open-VSX.org

Dependencies

Full Changelog: v2.8.1...v3.0.0

v2.8.1

24 Mar 23:27

Choose a tag to compare

Dependencies

  • Bump fast-xml-parser to 5.5.9 and mcdev to 9.0.3 by @dependabot[bot] in #343

Full Changelog: v2.8.0...v2.8.1

v2.8.0

24 Mar 13:14

Choose a tag to compare

Features

  • #337 Show config when hovering "mcdev" in infobar in #338

Bugfixes

  • #242 Fix "Command line is too long" for mcdev delete with many files in #335

Chores

  • #298 auto-add vsix file to release in publish github action in #333
  • #339 auto-sync issue milestone to PR in #340
  • auto-close gh milestone upon release
  • create changelog from github releases
  • exclude unnecessary files from vsix

Full Changelog: v2.7.0...v2.8.0

v2.7.0

23 Mar 19:40

Choose a tag to compare

Features

  • #323 inline warnings and quick-fix for unresolvable r__ relation keys in JSON metadata files in #325
  • #324 Show warning if asset cannot be resolved in ContentBlockByKey in #326
  • #322 show error if a dataExtension name cannot be resolved in SQL in #328
  • #321 make lookup functions in ssjs and ampscript clickable in #329

Bugfixes

  • #318 metadata types list not updated when existing type properties change in #327

Chores

Dependencies

Full Changelog: v2.6.0...v2.7.0

v2.6.0

19 Mar 10:14

Choose a tag to compare

Features

  • #310 Make r__TYPE_key relation fields clickable in JSON metadata files by @Copilot in #311
  • #312 make dataExtensions mentioned in *.sql files clickable by @Copilot in #313

Full Changelog: v2.5.0...v2.6.0

v2.5.0

18 Mar 22:01

Choose a tag to compare

Feature

  • #308 Ctrl+Click ContentBlockByKey references to open the referenced asset file in #309

Full Changelog: v2.4.1...v2.5.0

v2.4.1

18 Mar 19:45

Choose a tag to compare

What's Changed

Full Changelog: v2.4.0...v2.4.1

v2.4.0

18 Mar 17:11

Choose a tag to compare

Feature

  • #302 add a new menu option "mcdev: Change Key" in #303

Full Changelog: v2.3.0...v2.4.0

v2.3.0

11 Mar 10:12

Choose a tag to compare

What's Changed

  • added skipValidation to clone command and update flags logic by @anasilva105 in #243
  • added cloudpage and coderesource to the list of assets by @anasilva105 in #245
  • #57 Add a cancel button in the Running popup by @Copilot in #269
  • #272 allow creating test file via npm run package:test-vsix by @JoernBerkefeld in #273
  • #71 Add per-command VSCE log files under logs/vsce/ by @Copilot in #270
  • #271 block unknown metadata types, improve cancel UX, dynamic progress popup, add restart command by @Copilot in #274
  • change the cancel icon & messaging + add vsce publish github action by @anasilva105 in #296

Dependencies

New Contributors

Full Changelog: v2.2.1...v2.3.0

v2.2.1

13 Mar 09:49
004afeb

Choose a tag to compare

What's Changed

  • Code has been updated to adhere to the new DevTools command patterns
  • Menu commands will only available if the metadata type is supported for the action (retrieve, create, update, delete)
  • Retrieve from the credential folder will request you to select a business unit you wish to download
  • Retrieve from the business unit folder will request you to select the metadata types you wish to download
  • Feature "Copy/Copy and Deploy" was adjusted to use the DevTools command mcdev clone
  • A new menu option was added that allows users to delete components from Marketing Cloud.

Full Changelog: v1.0.2...v2.2.1