Skip to content

Commit

Permalink
fix: home stretch
Browse files Browse the repository at this point in the history
  • Loading branch information
wkillerud committed Sep 14, 2024
1 parent 39909c0 commit 340bee1
Show file tree
Hide file tree
Showing 3 changed files with 219 additions and 91 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1060,8 +1060,6 @@ test("should suggest all symbols as legacy @import may be in use", async () => {
{
commitCharacters: [";", ","],
documentation: "limegreen\n____\nVariable declared in one.scss",
filterText: undefined,
insertText: undefined,
kind: CompletionItemKind.Color,
label: "$primary",
sortText: undefined,
Expand Down Expand Up @@ -1127,8 +1125,6 @@ test("should suggest symbol from a different document via @use with wildcard ali
{
commitCharacters: [";", ","],
documentation: "limegreen\n____\nVariable declared in one.scss",
filterText: undefined,
insertText: undefined,
kind: CompletionItemKind.Color,
label: "$primary",
sortText: undefined,
Expand Down
Loading

0 comments on commit 340bee1

Please sign in to comment.