This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/vscode-extension-tester-8.19.0
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
discard 87e0796 Bump vscode-extension-tester from 5.9.1 to 8.19.0
add ceef6c0 Bump @sveltejs/kit from 2.37.1 to 2.49.5
add 0bd5a71 Bump qs from 6.14.0 to 6.14.1
add ff2d691 Bump @vscode/test-electron from 2.3.8 to 2.5.2
add 294a769 Document IntelliSense AttributeHoverProvider + relevant files
add be2e199 Bump actions/checkout from 6.0.0 to 6.0.1
add 67e953d Bump actions/setup-java from 5.0.0 to 5.1.0
add 3ec9f1b Document IntelliSense functionallity for
CloseElementSlashProvider in closeElementSlashProvider.ts and closeUtils.ts.
add eed1c54 Document IntelliSense CloseElementProvider
add c758385 Update sbt-native-packager to 1.11.7
add 0b475c4 Bump css-loader from 6.11.0 to 7.1.2
add 6c962b4 Update sbt, scripted-plugin to 1.12.0
add 74a604e Update scalafmt-core to 3.10.4
add 214e7ab Squashed into one commit
add ae19d0b Bump vscode-extension-tester from 5.9.1 to 8.19.0
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 (87e0796)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/vscode-extension-tester-8.19.0 (ae19d0b)
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 | 8 +-
.github/workflows/licenses.yml | 8 +-
.github/workflows/nightly.yml | 4 +-
.github/workflows/release-candidate.yml | 4 +-
.scalafmt.conf | 2 +-
.../org.apache.daffodil.debugger.dap/Parse.scala | 28 +--
package.json | 6 +-
project/build.properties | 2 +-
project/plugins.sbt | 2 +-
src/language/intellisense-development.md | 212 ++++++++++++++++++++
src/language/providers/attributeHover.ts | 36 ++++
src/language/providers/closeElement.ts | 155 ++++++++++++++-
src/language/providers/closeElementSlash.ts | 142 +++++++++++---
src/language/providers/closeUtils.ts | 138 +++++++++++--
yarn.lock | 217 ++++++++++++++-------
15 files changed, 812 insertions(+), 152 deletions(-)