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 510ec90 commit dc13a1fCopy full SHA for dc13a1f
packages/common/src/scopeSupportFacets/xml.ts
@@ -167,6 +167,8 @@ export const xmlScopeSupport: LanguageScopeSupportFacetMap = {
167
"type.foreach": notApplicable,
168
"type.interface": notApplicable,
169
"type.return": notApplicable,
170
+ "type.resource": notApplicable,
171
+ "type.resource.iteration": notApplicable,
172
"type.typeArgument": notApplicable,
173
"type.typeArgument.iteration": notApplicable,
174
"type.variable": notApplicable,
0 commit comments