Skip to content

VSCode Debugger Plugin 2.1.0-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@ErinFinnegan ErinFinnegan released this 18 Jun 16:00
54cd2d0

2.1.0-rc2 - 2025-06-18

Since the last version (2.1.0-rc1):

Fixed:

  • Addressed an issue that stopped InDesign Server installations from being recognized by the extension.

Notes from 2.1.0-rc1 - 2025-04-29

Added:

  • Native support for Apple Silicon devices.
  • Command to Get OMV Dictionary... that will present a list of applications and dictionaries available within the selected application. The dictionaries are opened as new documents using one of several formats. While the dictionary content is XML data, the default format is HTML as VS Code supports formatting HTML by default.
  • Extension settings to control how OMV Dictionaries are opened. The settings can be found in VSCode Settings under "Extensions > ExtendScript > Omv" Specifically:
    • Open As Language controls the language used by VS Code for the document into which the dictionary content is loaded.
    • Format On Open controls whether VS Code's language formatting is triggered by default when the dictionary is opened.
  • Two commands for use by third party extensions.
    • The extension.extendscript-debug.getInstalledAppInfo command retrieves names and application specifiers for installed applications.
    • The extension.extendscript-debug.getOmvDictsForApp command retrieves the set of OMV Dictionaries available to a specified host application.
    • The extension.extendscript-debug.getOmvDictForApp command retrieves a specified OMV Dictionary from a specified host application.

Fixed:

  • Addressed some formatting consistency issues in some Output Channel logs.
  • Halt commands (and buttons) not working if the host application was force quit while an evaluation process was active and then restarted.
  • No longer incorrectly show empty string values as "undefined" in the Variables view.
  • Minor formatting in a setting description.

Please submit bugs and feedback here. (NDA required.)