Skip to content

Commit

Permalink
enable inlay hints on typescript function parameters in vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed Aug 27, 2024
1 parent ae3f4d4 commit 9bf4b7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,6 @@
},
"task.problemMatchers.neverPrompt": true,
"editor.unicodeHighlight.nonBasicASCII": true,
"ruff.nativeServer": true
"ruff.nativeServer": true,
"typescript.inlayHints.parameterNames.enabled": "literals"
}

0 comments on commit 9bf4b7c

Please sign in to comment.