This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/npm_and_yarn/svelte-5.43.2
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
discard 724bdb3 Bump svelte from 5.38.7 to 5.43.2
add 3e518ec Added patch so "" would be treated same as ${AskForDataName}
or ${AskForSchemaName}
add 0b15bc7 Document IntelliSense AttributeCompletionProvider +
AttributeValueCompletionProvider + relevant files
add f5bd810 Update fs2-io to 3.12.2
add dfa18d8 Update commons-lang3 to 3.19.0
add c6c3f22 Update sbt-native-packager to 1.11.4
add 9e4d32d Update sbt, scripted-plugin to 1.11.7
add c8eabb4 update version
add 0fc483d Bundle default Daffodil version with extension
add f8379e1 Bump svelte from 5.38.7 to 5.43.2
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 (724bdb3)
\
N -- N -- N refs/heads/dependabot/npm_and_yarn/svelte-5.43.2
(f8379e1)
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:
VERSION | 2 +-
build.sbt | 4 +-
package.json | 6 +-
project/build.properties | 2 +-
project/plugins.sbt | 2 +-
src/adapter/activateDaffodilDebug.ts | 61 ++++-
src/daffodilDebugger/daffodilJars.ts | 44 +++-
src/language/intellisense-development.md | 245 ++++++++++++++++++
src/language/providers/attributeCompletion.ts | 141 ++++++++++-
src/language/providers/attributeValueCompletion.ts | 85 +++++++
.../providers/intellisense/attributeItems.ts | 280 ++++++++++++++++-----
.../providers/intellisense/attributeValueItems.ts | 11 +
vite.config.mjs | 87 ++++++-
yarn.lock | 15 +-
14 files changed, 877 insertions(+), 108 deletions(-)
create mode 100644 src/language/intellisense-development.md