Skip to content

Commit f096f57

Browse files
Support skipped parameter inlay hint config option (#59)
1 parent d6e24dc commit f096f57

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
@@ -257,6 +257,12 @@
257257
"description": "Enable this to show inlay hints for the target type of assignments.",
258258
"scope": "application"
259259
},
260+
"natls.inlayhints.showSkippedParameter": {
261+
"type": "boolean",
262+
"default": true,
263+
"description": "Shows the parameter name of skipped parameter with e.g. `1X`",
264+
"scope": "application"
265+
},
260266
"natls.initialization.async": {
261267
"type": "boolean",
262268
"default": true,

0 commit comments

Comments
 (0)