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 d3f28b8 commit bccf6daCopy full SHA for bccf6da
1 file changed
packages/common/src/scopeSupportFacets/csharp.ts
@@ -92,7 +92,20 @@ export const csharpScopeSupport: LanguageScopeSupportFacetMap = {
92
"argument.formal.method": supported,
93
"argument.formal.method.iteration": supported,
94
95
- // Not applicable
96
-
+ // Not applicable
+
97
+ "interior.element": notApplicable,
98
+ "key.attribute": notApplicable,
99
+ "section.iteration.document": notApplicable,
100
+ "section.iteration.parent": notApplicable,
101
+ "textFragment.element": notApplicable,
102
+ command: notApplicable,
103
+ element: notApplicable,
104
+ endTag: notApplicable,
105
+ environment: notApplicable,
106
+ notebookCell: notApplicable,
107
regularExpression: notApplicable,
108
+ section: notApplicable,
109
+ startTag: notApplicable,
110
+ tags: notApplicable,
111
};
0 commit comments