Skip to content

Commit 1b4f680

Browse files
committed
Disable inlay hints in VSCode by default
While the feature is under development and experimental.
1 parent fd2841a commit 1b4f680

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Editors/vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
},
6161
"sourcekit-lsp.inlayHints.enabled": {
6262
"type": "boolean",
63-
"default": true,
64-
"description": "Render inlay type annotations in the editor."
63+
"default": false,
64+
"description": "(experimental) Render inlay type annotations in the editor."
6565
},
6666
"sourcekit-lsp.trace.server": {
6767
"type": "string",

0 commit comments

Comments
 (0)