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 9cb1cef Make CI more similar to (failing) nightly builds.
add 1611409 Added settings for root element name and namespace
No new revisions were added by this update.
Summary of changes:
.../Compiler.scala | 20 ++-
.../org.apache.daffodil.debugger.dap/Parse.scala | 136 +++++++++++++++++++--
.../org.apache.daffodil.debugger/ParseSuite.scala | 16 +--
package.json | 36 ++++--
src/adapter/activateDaffodilDebug.ts | 18 ++-
src/classes/{loggingConfig.ts => schemaData.ts} | 7 +-
src/classes/vscode-launch.ts | 3 +-
src/daffodilDebugger/daffodil.ts | 3 +-
src/daffodilDebugger/debugger.ts | 26 ++--
src/daffodilDebugger/utils.ts | 2 +-
.../semantics/xPathDocumentChangeHandler.ts | 2 -
src/launchWizard/launchWizard.js | 18 ++-
src/launchWizard/launchWizard.ts | 12 ++
src/tests/suite/daffodil.test.ts | 16 ++-
src/tests/suite/daffodilDebugger.test.ts | 8 +-
src/tests/suite/utils.test.ts | 6 +-
src/utils.ts | 18 ++-
17 files changed, 282 insertions(+), 65 deletions(-)
copy src/classes/{loggingConfig.ts => schemaData.ts} (90%)