Skip to content

fix: update editor.hover.enabled to use string value#194

Open
N-CSE wants to merge 1 commit intocs50:developfrom
N-CSE:fix-settings-type
Open

fix: update editor.hover.enabled to use string value#194
N-CSE wants to merge 1 commit intocs50:developfrom
N-CSE:fix-settings-type

Conversation

@N-CSE
Copy link
Copy Markdown

@N-CSE N-CSE commented Mar 31, 2026

The editor.hover.enabled setting has been updated from false to "off" to match the expected type and valid options ("on", "off", "onKeyboardModifier") since version 1.107.

The `editor.hover.enabled` setting was using a boolean value. It has been changed from `false` to `"off"` to match the expected type and valid options (`"on"`, `"off"`, `"onKeyboardModifier"`).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant