Skip to content

Commit

Permalink
optmize
Browse files Browse the repository at this point in the history
  • Loading branch information
lyr-2000 committed Sep 21, 2023
2 parents 03490e9 + 42c8db6 commit 4cf2ae0
Show file tree
Hide file tree
Showing 3 changed files with 1,605 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/postfixCompletionProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export class PostfixCompletionProvider implements vsc.CompletionItemProvider {
// @ts-ignore
if (!mp.has(t.name)) {
final.push(t)
// @ts-ignore
// @ts-ignore
mp.add(t.name)
}
}
Expand All @@ -26,7 +26,7 @@ export class PostfixCompletionProvider implements vsc.CompletionItemProvider {
// @ts-ignore
if (!mp.has(t.name)) {
final.push(t)
// @ts-ignore
// @ts-ignore
mp.add(t.name)
}
}
Expand Down
Loading

0 comments on commit 4cf2ae0

Please sign in to comment.