File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed
packages/common/src/scopeSupportFacets Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,20 @@ export const csharpScopeSupport: LanguageScopeSupportFacetMap = {
9292 "argument.formal.method" : supported ,
9393 "argument.formal.method.iteration" : supported ,
9494
95- // Not applicable
96-
95+ // Not applicable
96+
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 ,
97107 regularExpression : notApplicable ,
108+ section : notApplicable ,
109+ startTag : notApplicable ,
110+ tags : notApplicable ,
98111} ;
You can’t perform that action at this time.
0 commit comments