Adjust basedpyright settings
This commit is contained in:
parent
54636e1f3d
commit
606972fff6
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
// Settings in here override those in "LSP-basedpyright/LSP-basedpyright.sublime-settings"
|
// Settings in here override those in "LSP-basedpyright/LSP-basedpyright.sublime-settings"
|
||||||
|
|
||||||
{
|
{
|
||||||
|
"command": ["${node_bin}", "${server_path}", "--stdio", "--threads 16"],
|
||||||
"disabled_capabilities": {
|
"disabled_capabilities": {
|
||||||
// "inlayHintProvider": true
|
"inlayHintProvider": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue