Skip to content

Commit cf77226

Browse files
committed
coc: Update pyright settings
1 parent 977acbc commit cf77226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coc-settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"python.formatting.provider": "black",
6161
"python.linting.flake8Enabled": true,
6262
"python.linting.pylintEnabled": false,
63-
"pyright.inlayHints.enable": false,
63+
"pyright.inlayHints.variableTypes": false,
6464
"pyright.organizeimports.provider": "isort",
6565
"pyright.testing.provider": "pytest",
6666
"signature.target": "echo",

0 commit comments

Comments
 (0)