Adjust basedpyright settings

This commit is contained in:
László Károlyi 2024-10-22 13:51:44 +02:00
parent 54636e1f3d
commit 606972fff6
Signed by: karolyi
GPG key ID: 2DCAF25E55735BFE

View file

@ -1,7 +1,8 @@
// Settings in here override those in "LSP-basedpyright/LSP-basedpyright.sublime-settings"
{
"command": ["${node_bin}", "${server_path}", "--stdio", "--threads 16"],
"disabled_capabilities": {
// "inlayHintProvider": true
"inlayHintProvider": true
}
}