This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/github_actions/sbt/setup-sbt-1.1.14
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git


 discard fd73e39  Bump sbt/setup-sbt from 1.1.13 to 1.1.14
     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 2bf4499  Bump tar-fs from 1.16.5 to 1.16.6
     add 287729c  Update munit to 1.2.1
     add 51ea775  Update sbt-scalafmt to 2.5.6
     add 25b508f  Bump actions/github-script from 7.0.1 to 8.0.0
     add 2ac7757  Bump actions/setup-node from 4.4.0 to 6.0.0
     add 2bc1055  Bump sbt/setup-sbt from 1.1.13 to 1.1.14

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   (fd73e39)
            \
             N -- N -- N   
refs/heads/dependabot/github_actions/sbt/setup-sbt-1.1.14 (2bc1055)

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/workflows/CI.yml                           |   6 +-
 .github/workflows/documentaion.yml                 |   2 +-
 .github/workflows/licenses.yml                     |   4 +-
 .github/workflows/nightly.yml                      |   2 +-
 .github/workflows/release-candidate.yml            |   2 +-
 VERSION                                            |   2 +-
 build.sbt                                          |   6 +-
 package.json                                       |   4 +-
 project/build.properties                           |   2 +-
 project/plugins.sbt                                |   4 +-
 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                                          |  19 +-
 19 files changed, 888 insertions(+), 119 deletions(-)
 create mode 100644 src/language/intellisense-development.md

Reply via email to