Skip to content

Commit 6fb6dfa

Browse files
committed
add enableInlayHints setting
1 parent ca27b73 commit 6fb6dfa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -914,6 +914,12 @@
914914
"scope": "resource",
915915
"default": true,
916916
"markdownDescription": "Similar to `#d.enableDCDHighlight#`, but for simple cases, such as:\n\n- highlighting equivalent identifiers and text inside strings\n- on `return`, highlight the other `return` statements in the current function\n- on `switch`/`case`/`default` highlight the other switch-related control flow statements\n- on loops, `break`/`continue`, highlight break/continue/return\n- on `if`/`else`, highlight all if/if else/else blocks associated with the current if statement"
917+
},
918+
"d.enableInlayHints": {
919+
"type": "boolean",
920+
"scope": "resource",
921+
"default": false,
922+
"markdownDescription": "Enable inlay hints for showing resolved types, aliases, etc. inline where supported."
917923
}
918924
}
919925
},

0 commit comments

Comments
 (0)