Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey committed Feb 15, 2024
1 parent 64216c0 commit 4b1770b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/common/src/scopeSupportFacets/typescript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ export const typescriptScopeSupport: LanguageScopeSupportFacetMap = {
"type.field": supported,
"type.interface": supported,
"type.alias": supported,
"name.field": supported,
"value.field": supported,
};

0 comments on commit 4b1770b

Please sign in to comment.