stevedlawrence commented on code in PR #207: URL: https://github.com/apache/daffodil-site/pull/207#discussion_r2598826965
########## site/_vscode/1.5.0.md: ########## @@ -0,0 +1,78 @@ +--- + +title: 1.5.0 +release: rc1 +apache: true +date: 2025-12-05 +summary: > + Adds debugger, data editor, TDML and intellisense improvements + along with package upgrades and bug fixes. + +source-dist: + - "apache-daffodil-vscode-1.5.0-src.zip" + +binary-dist: + - "apache-daffodil-vscode-1.5.0.vsix" +--- + +This release contains new features and fixes listed below. + +# New Features & Fixes + +* Debugger: + * Added support for multiple versions of the Daffodil parser (i.e., Daffodil 3.10.0, 3.11.0, and 4.0.0). + * This enhancement allows users to configure their preferred version of the Daffodil parser. + * Added functionality to only display commands in the Daffodil command Explorer window appropriate to the opened file in the active window. + * The Daffodil parse command now terminates properly if the user cancels prompts before the backend startup, allowing for improved user control and a streamlined workflow. + * Disabled popup for Schema Definition Errors, instead all schema definition errors now displayed on the terminal window. + * Improved error messaging when the extension unable to communicate with backend daffodil parser. + * Fixed an issue where the generated Infoset would open automatically when initiating a debug session from the command palette but not when started from a launch configuration. Now, the Infoset no longer opens automatically; instead, a popup appears at the bottom, prompting users to click an "Open" button to access the Infoset once the debug session ends. + * Resolved an issue where the terminal would crash when exiting or cancelling file prompts for Schema and data files. +Data Editor: Review Comment: Was this intended to have an asterisk before it to make it part of the list? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
