This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/npm_and_yarn/vite-6.4.1
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
discard e141d96 Bump vite from 6.3.6 to 6.4.1
add a7d1eee Update DEVELOPMENT.md
add 0ce9d0a Update DEVELOPMENT.md
add f97fd63 Update DEVELOPMENT.md
add b900c74 Update DEVELOPMENT.md
add 9c00227 Create Task GH Issue Template
add 2fb844d updated the extension's intellisense element and attribute
suggestions based on the dfdl cross reference document updated the intellisense
checklist to match the updated intellisense suggestions
add 5380a29 Remove workflow_dispatch from main CI file as it doesn't work
as expected.
add a5bea69 Remove scala-steward workflow
add b2e4d43 Stop creating a zip of the debugger source
add 4deae0c Bump vite from 6.3.6 to 6.4.1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (e141d96)
\
N -- N -- N refs/heads/dependabot/npm_and_yarn/vite-6.4.1
(4deae0c)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/ISSUE_TEMPLATE/task.md | 23 +++
.github/workflows/CI.yml | 125 +--------------
.github/workflows/scala-steward.yml | 38 -----
.gitignore | 5 -
DEVELOPMENT.md | 6 +
package.json | 12 +-
project/Rat.scala | 1 +
src/daffodilDebugger/debugger.ts | 3 +-
src/daffodilDebugger/utils.ts | 1 -
src/language/providers/attributeCompletion.ts | 118 ++++++++++++--
src/language/providers/elementCompletion.ts | 16 --
.../providers/intellisense/attributeItems.ts | 45 ++++++
.../providers/intellisense/attributeValueItems.ts | 3 +
src/language/providers/intellisense/commonItems.ts | 6 +
.../providers/intellisense/elementItems.ts | 2 +-
src/tests/DfdlIntellisenseTestingChecklist.md | 69 +++-----
src/tests/suite/daffodilDebugger.test.ts | 5 +-
src/tests/suite/language/items.test.ts | 9 ++
vite/package.vite.config.mjs => vite.config.mjs | 177 +++++++++------------
vite/dev.vite.config.mjs | 128 ---------------
20 files changed, 308 insertions(+), 484 deletions(-)
create mode 100644 .github/ISSUE_TEMPLATE/task.md
delete mode 100644 .github/workflows/scala-steward.yml
rename vite/package.vite.config.mjs => vite.config.mjs (54%)
delete mode 100644 vite/dev.vite.config.mjs