This is an automated email from the ASF dual-hosted git repository.
shanedell pushed a change to branch dependabot/npm_and_yarn/svelte-4.2.19
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
discard 9eedd48 Bump svelte from 3.59.2 to 4.2.19
add c262b6b Fixes problems with space and slash truncating attribute
values without default values when typng a space or slash in the quoted text
Fixes a problem where typing a slash almost anywhere inserts '/>' a self
closing tag Prevents hover popups for non-attribute items Fixes intellisense
suggesting incorrect attributes for elements that spread across multiple lines
add b1d388a Update nightly tests to not run newer versions of VSCode on
Windows
add ba7cfe0 upgrade Ωedit to solve DE startup problem under Windows,
remove node 16 in CI
add e47fb99 Bump actions/setup-node from 4.0.3 to 4.0.4
add 352ce37 Bump @vscode/debugadapter from 1.63.0 to 1.67.0
add 178630f Create view container with a view of commands.
add 02bd451 README.md updates:
add a6c7530 Bump cross-spawn from 7.0.3 to 7.0.6
add 256ab12 Bump svelte from 3.59.2 to 4.2.19
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 (9eedd48)
\
N -- N -- N refs/heads/dependabot/npm_and_yarn/svelte-4.2.19
(256ab12)
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 | 20 +-
.github/workflows/nightly.yml | 24 +-
README.md | 2 +-
images/daffodil-viewbar.svg | 73 +
package.json | 50 +-
src/adapter/activateDaffodilDebug.ts | 6 +
src/language/providers/attributeCompletion.ts | 20 +
src/language/providers/attributeValueCompletion.ts | 12 +-
src/language/providers/closeElement.ts | 19 +-
src/language/providers/closeElementSlash.ts | 42 +-
src/language/providers/closeUtils.ts | 1 +
src/language/providers/elementCompletion.ts | 125 +-
.../providers/intellisense/attributeHoverItems.ts | 4 +
.../providers/intellisense/attributeItems.ts | 10 +
.../providers/intellisense/attributeValueItems.ts | 1 +
.../providers/intellisense/elementItems.ts | 4 +-
src/language/providers/utils.ts | 86 +-
src/styles/styles.css | 1 +
src/tests/suite/language/items.test.ts | 2 +
src/views/commands.ts | 119 +
webpack/ext-package.webpack.config.js | 2 +-
yarn.lock | 3617 +++++++++++---------
22 files changed, 2583 insertions(+), 1657 deletions(-)
create mode 100644 images/daffodil-viewbar.svg
create mode 100644 src/views/commands.ts