Closed geohuz closed 2 days ago
I am not able to reproduce. When I add this to my settings, restart Zed and open a python file there are no pyright subprocess running.
"languages": {
"Python": {
"enable_language_server": false
}
}
Do you perhaps have any extensions installed (BasedPyright, Python LSP, etc)?
Ok, the problem is actually with the remote editing, I've ssh into the remote machine and changed the .zed/settings.json
then no pyright
Ah, gotcha. Glad you figured it out.
Check for existing issues
Describe the bug / provide steps to reproduce it
with the following user configuration:
The pyright and pyflake still loads. I don't have type information for my project, can I disable pyright for type checking? I've tested the following options but failed:
pyright.disableLanguageServices: true
By using the menu: open settings
None of them takes effect.
Environment
Zed: v0.162.5 (Zed) OS: macOS 15.1.1 Memory: 16 GiB Architecture: x86_64
If applicable, add mockups / screenshots to help explain present your vision of the feature
No response
If applicable, attach your Zed.log file to this issue.
Zed.log
``` ```