This is an automated email from the ASF dual-hosted git repository.
rstrickland pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
from 1611409 Added settings for root element name and namespace
add 1bb233b Data Editor Reacts to launch.json Changes
No new revisions were added by this update.
Summary of changes:
src/dataEditor/config/Config.ts | 72 ++++++++++++++++
.../config/ConfigKeyword.ts} | 45 +++++-----
src/dataEditor/config/Extract.ts | 52 ++++++++++++
.../config}/index.ts | 12 ++-
src/dataEditor/dataEditorClient.ts | 97 ++++++----------------
src/dataEditor/include/server/ServerInfo.ts | 28 ++++++-
6 files changed, 206 insertions(+), 100 deletions(-)
create mode 100644 src/dataEditor/config/Config.ts
copy src/{svelte/src/utilities/ByteCategories/IIndication.ts =>
dataEditor/config/ConfigKeyword.ts} (52%)
create mode 100644 src/dataEditor/config/Extract.ts
copy src/{daffodilDebugger => dataEditor/config}/index.ts (82%)