You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by sh...@apache.org on 2023/05/15 18:52:37 UTC

[daffodil-vscode] branch main updated (c97ae75 -> c582ea1)

This is an automated email from the ASF dual-hosted git repository.

shanedell pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git


    from c97ae75  add Larry Barber as a Daffodil-VSCode collaborator
     add c582ea1  - Make TDMLConfig an optional part of a launch configuration - Remove 'none' as a valid TDMLConfig action

No new revisions were added by this update.

Summary of changes:
 .vscode/launch.json                                |  8 +----
 package.json                                       | 19 ++--------
 .../org.apache.daffodil.debugger.dap/Parse.scala   | 12 +------
 .../org.apache.daffodil.debugger/ParseSuite.scala  | 22 ++++++++----
 src/launchWizard/launchWizard.js                   | 30 ++++++++--------
 src/launchWizard/launchWizard.ts                   | 20 +++++++----
 src/tests/suite/daffodilDebugger.test.ts           |  2 +-
 src/tests/suite/utils.test.ts                      |  6 ----
 src/utils.ts                                       | 40 +++++++++++++++-------
 9 files changed, 78 insertions(+), 81 deletions(-)