You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the new codelens.forNestedBindings setting (#1990)
* Implement the new `codelens.forNestedBindings` setting.
* `nested_bindings` -> `for_nested_bindings`
Signed-off-by: Sora Morimoto <[email protected]>
* Refactor variable name in set_configuration function for clarity
Updated the parameter name from `codelens` to
`codelens_for_nested_bindings` in the set_configuration functionto enhance
code readability and maintain consistency with the naming convention.
Signed-off-by: Sora Morimoto <[email protected]>
* Update CHANGELOG.md
Signed-off-by: Sora Morimoto <[email protected]>
* _
Signed-off-by: Sora Morimoto <[email protected]>
* Use a single naming convention for the new setting: `forNestedBindings`.
* Mark the new `forNestedBindings` as optional in JSON decoding.
* Fix new setting binding by adding a default value.
* Apply suggestion from @mlantas
Co-authored-by: Max Lantas <[email protected]>
---------
Signed-off-by: Sora Morimoto <[email protected]>
Co-authored-by: Sora Morimoto <[email protected]>
Co-authored-by: Max Lantas <[email protected]>
0 commit comments