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 4477e9f commit 3fcf46cCopy full SHA for 3fcf46c
packages/common/src/scopeSupportFacets/java.ts
@@ -135,9 +135,10 @@ export const javaScopeSupport: LanguageScopeSupportFacetMap = {
135
"name.iteration.enum": supported,
136
"name.iteration.block": supported,
137
"name.resource": supported,
138
- "value.switch": supported,
+
139
"value.assignment": supported,
140
"value.foreach": supported,
141
+ "value.switch": supported,
142
"value.field.class": supported,
143
"value.return": supported,
144
"value.return.lambda": supported,
0 commit comments