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 Sep 5, 2024
1 parent 7a6cbc0 commit 0362efc
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 0362efc

Please sign in to comment.