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 53314a3 commit ebdef7eCopy full SHA for ebdef7e
packages/common/src/scopeSupportFacets/properties.ts
@@ -75,6 +75,8 @@ export const propertiesScopeSupport: LanguageScopeSupportFacetMap = {
75
"argument.formal.method.multiLine": notApplicable,
76
"argument.formal.method.iteration": notApplicable,
77
"argumentList.actual.method.multiLine": notApplicable,
78
+ "argumentList.actual.method.singleLine": notApplicable,
79
+ "argumentList.actual.method.empty": notApplicable,
80
"argumentList.formal.method.empty": notApplicable,
81
"argumentList.formal.method.singleLine": notApplicable,
82
"argumentList.formal.method.multiLine": notApplicable,
0 commit comments