Open angelozerr opened 2 years ago
Makes sense qute.inlayHint.enabled
& qute.inlayHint.showSectionParameterType
should be disabled if editor.inlayHints.enabled
is off. Otherwise, the value of those 2 should take over. Note that by default both of the qute settings are true
.
According to https://code.visualstudio.com/updates/v1_67#_toggle-inlay-hints it exists a vsocde settings
editor.inlayHints.enabled
.I wonder if it should be nice to bind this setting with our
qute.inlayHint.enabled
?