We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689146b commit 2c013e8Copy full SHA for 2c013e8
packages/common/src/scopeSupportFacets/xml.ts
@@ -2,7 +2,7 @@ import type { LanguageScopeSupportFacetMap } from "./scopeSupportFacets.types";
2
import { ScopeSupportFacetLevel } from "./scopeSupportFacets.types";
3
4
// eslint-disable-next-line @typescript-eslint/no-unused-vars
5
-const { supported, notApplicable } = ScopeSupportFacetLevel;
+const { supported, unsupported, notApplicable } = ScopeSupportFacetLevel;
6
7
export const xmlScopeSupport: LanguageScopeSupportFacetMap = {
8
"comment.block": supported,
0 commit comments