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 352ce37 Bump @vscode/debugadapter from 1.63.0 to 1.67.0
add 178630f Create view container with a view of commands.
No new revisions were added by this update.
Summary of changes:
.github/workflows/CI.yml | 6 +-
.github/workflows/nightly.yml | 6 +-
images/daffodil-viewbar.svg | 73 +++++++++++
package.json | 46 ++++++-
src/adapter/activateDaffodilDebug.ts | 6 +
src/styles/styles.css | 1 +
src/views/commands.ts | 119 +++++++++++++++++
yarn.lock | 243 +++++++++++++++++++----------------
8 files changed, 386 insertions(+), 114 deletions(-)
create mode 100644 images/daffodil-viewbar.svg
create mode 100644 src/views/commands.ts