Skip to content

Commit

Permalink
feat: disable inlay hints for assignee types by default
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann committed Nov 9, 2024
1 parent 2660313 commit 03ac1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/safe-ds-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"properties": {
"safe-ds.inlayHints.assigneeTypes.enabled": {
"type": "boolean",
"default": true,
"default": false,
"description": "Show inferred types for named assignees."
},
"safe-ds.inlayHints.lambdaParameterTypes.enabled": {
Expand Down

0 comments on commit 03ac1ef

Please sign in to comment.