WIP lsp-manager effort 6

This commit is contained in:
2025-07-13 14:31:14 -05:00
parent 577987244d
commit 0a4051cb8c

View File

@@ -211,13 +211,13 @@
"enabled": true,
"include_class_objects": true,
"include_function_objects": true,
"fuzzy": true
"fuzzy": false
},
"jedi":{
"root_dir": "file://{workspace.folder}",
"extra_paths": [
"{user.home}/Portable_Apps/py-venvs/pylsp-venv/venv/lib/python3.10/site-packages"
],
"root_dir": "file://{workspace.folder}"
]
}
}
}