-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pyright not using settings file anymore #373
Comments
From Console
|
That's a unrelated ST bug actually. And the "unable to open" settings file is actually loaded. Reported sublimehq/sublime_text#6535 What's your real issue there? |
None of the settings for pyright are being adhered to. I think you were the person I worked with a year ago when I had issues with disabling some of the typing features. All of those settings are now being ignored |
Can you provide a reproducer? If you mean ANY, then provide ANY. |
|
From what I can tell, this seems to happen when I have a |
I don't have a pyproject.toml file anywhere. Everything was working until the update |
So your last working release is https://github.com/sublimelsp/LSP-pyright/releases/tag/1.4.32 ? |
On my side, as long as I have a |
Same for |
Basing on microsoft/pyright#9304 (comment), I consider this as upstream's design. Details: https://microsoft.github.io/pyright/#/configuration?id=overriding-settings-in-vs-code
|
Since most recent update, pyright is no longing sourcing my user configuration.
The text was updated successfully, but these errors were encountered: