diff options
| author | kj_sh604 | 2025-12-21 14:56:26 -0500 |
|---|---|---|
| committer | kj_sh604 | 2025-12-21 14:56:26 -0500 |
| commit | e9fc81a76562da406a67515dc5692425d120590b (patch) | |
| tree | bc7a2ef0427ba0cdf138b1a46bba34f8d96b9333 | |
| parent | 9a0f544f65dd78d3b6375be7aea8e3a4560a685b (diff) | |
refactor: `editor.hover.enabled`
| -rw-r--r-- | .config/Code/User/settings.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json index 611cda4..994d9d0 100644 --- a/.config/Code/User/settings.json +++ b/.config/Code/User/settings.json | |||
| @@ -28,7 +28,7 @@ | |||
| 28 | "editor.guides.highlightActiveBracketPair": false, | 28 | "editor.guides.highlightActiveBracketPair": false, |
| 29 | "editor.guides.indentation": false, | 29 | "editor.guides.indentation": false, |
| 30 | "editor.hideCursorInOverviewRuler": true, | 30 | "editor.hideCursorInOverviewRuler": true, |
| 31 | "editor.hover.enabled": true, | 31 | "editor.hover.enabled": "on", |
| 32 | "editor.inlayHints.enabled": "on", | 32 | "editor.inlayHints.enabled": "on", |
| 33 | "editor.inlineSuggest.enabled": true, | 33 | "editor.inlineSuggest.enabled": true, |
| 34 | "editor.insertSpaces": true, | 34 | "editor.insertSpaces": true, |
