Shanedell opened a new pull request, #349:
URL: https://github.com/apache/daffodil-vscode/pull/349

   Add support for JSON formatting of infoset
   
   - Create new argument infosetFormat
   - Update scala code to support infosetFormat:
     - Parse in value from extension.
     - Based on parse value decide what InfosetFormatter to use.
   - Update extension code to support infosetFormat:
     - Add it is a launch arg inside of the launch.json.
     - Set default value as "xml".
     - Add selection box for infosetFormat on the Launch Wizard.
     - Send value over the debugger on launch
     - Update infoset view to select file type based on infosetFormat so they 
look correct.
     - Update LaunchArgs interface to include infosetFormat.
     - Update unit tests to use value and check that it is set properly
   - Update yarn watch to generate src/version.ts before running actual watch 
command.
   
   Closes #343
   
   NOTE: Currently going to leave as draft as this is an improvement for 1.3.0 
so should not be merged till 1.2.0 is fully released.


-- 
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]

Reply via email to