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 4e6e16e Bump version to 1.4.0, in prep for a release canidate.
add 1329b4f Configured Local Modules to Resolve Local Path Imports
No new revisions were added by this update.
Summary of changes:
package.json | 60 +++++++++++++++++-----
src/adapter/activateDaffodilDebug.ts | 14 ++---
.../src/global.d.ts => dataEditor/index.ts} | 3 +-
src/{svelte/src/global.d.ts => language/index.ts} | 4 +-
src/launchWizard/launchWizard.ts | 2 +-
src/launchWizard/{launchWizard.js => script.js} | 0
src/svelte/tsconfig.json | 4 +-
src/tdmlEditor/{extension.ts => index.ts} | 0
src/tests/suite/index.ts | 4 ++
tsconfig.json | 14 ++++-
webpack/ext-dev.webpack.config.js | 12 +++++
webpack/ext-package.webpack.config.js | 15 +++++-
yarn.lock | 16 +++++-
13 files changed, 117 insertions(+), 31 deletions(-)
copy src/{svelte/src/global.d.ts => dataEditor/index.ts} (95%)
copy src/{svelte/src/global.d.ts => language/index.ts} (92%)
rename src/launchWizard/{launchWizard.js => script.js} (100%)
copy src/tdmlEditor/{extension.ts => index.ts} (100%)