13 lines
255 B
JSON
13 lines
255 B
JSON
{
|
|
"inlayHints.enable": false,
|
|
"pyright.inlayHints.functionReturnTypes": false,
|
|
"pyright.inlayHints.variableTypes": false,
|
|
"languageserver": {
|
|
"godot": {
|
|
"host": "127.0.0.1",
|
|
"filetypes": ["gdscript"],
|
|
"port": 6005
|
|
}
|
|
}
|
|
}
|