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/10 18:10:31 UTC

[daffodil-vscode] branch main updated (1df7e8a -> 5e71b3e)

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 1df7e8a  Keep terminal open after debug ends
     add 5e71b3e  Launch wizard updates and rename data editor vars:

No new revisions were added by this update.

Summary of changes:
 package.json                                       | 55 ++++++++---------
 src/adapter/activateDaffodilDebug.ts               |  8 +--
 .../src/global.d.ts => classes/dataEditor.ts}      |  6 +-
 .../src/global.d.ts => classes/tdmlConfig.ts}      |  7 ++-
 src/dataEdit/client.ts                             |  4 +-
 src/launchWizard/launchWizard.js                   | 38 ++++++++++--
 src/launchWizard/launchWizard.ts                   | 69 ++++++++++++++--------
 src/tests/suite/daffodilDebugger.test.ts           | 26 +++++---
 src/tests/suite/utils.test.ts                      |  5 ++
 src/utils.ts                                       | 14 ++++-
 10 files changed, 150 insertions(+), 82 deletions(-)
 copy src/{svelte/src/global.d.ts => classes/dataEditor.ts} (89%)
 copy src/{svelte/src/global.d.ts => classes/tdmlConfig.ts} (88%)