This is an automated email from the ASF dual-hosted git repository.
davin pushed a change to branch dependabot/npm_and_yarn/grpc/grpc-js-1.12.2
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
from a43a18a Bump @grpc/grpc-js from 1.10.4 to 1.12.2
add e47fb99 Bump actions/setup-node from 4.0.3 to 4.0.4
add 352ce37 Bump @vscode/debugadapter from 1.63.0 to 1.67.0
add 178630f Create view container with a view of commands.
add 02bd451 README.md updates:
add a6c7530 Bump cross-spawn from 7.0.3 to 7.0.6
add 1953f39 Bump webpack from 5.88.2 to 5.97.1
add c31b5f0 Update sbt, scripted-plugin to 1.10.6
add 5edc996 Update fs2-io to 3.9.4
add 3454a23 Update commons-lang3 to 3.17.0
add bacf929 Update sbt-buildinfo to 0.13.1
add 1a743c0 Bump actions/checkout from 4.1.7 to 4.2.2
add 91a2976 Bump actions/setup-node from 4.0.4 to 4.1.0
add ae44068 Merge branch 'main' into
dependabot/npm_and_yarn/grpc/grpc-js-1.12.2
No new revisions were added by this update.
Summary of changes:
.github/workflows/CI.yml | 16 +-
.github/workflows/nightly.yml | 10 +-
README.md | 2 +-
build.sbt | 4 +-
images/daffodil-viewbar.svg | 73 +++++++
package.json | 50 ++++-
project/build.properties | 2 +-
project/plugins.sbt | 2 +-
src/adapter/activateDaffodilDebug.ts | 6 +
src/styles/styles.css | 1 +
src/views/commands.ts | 119 ++++++++++
webpack/ext-package.webpack.config.js | 2 +-
yarn.lock | 400 ++++++++++++++++++----------------
13 files changed, 477 insertions(+), 210 deletions(-)
create mode 100644 images/daffodil-viewbar.svg
create mode 100644 src/views/commands.ts