-
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
refactor: update plugin for Pyright 1.1.98 #48
Conversation
From https://github.com/microsoft/pyright/blob/1.1.98/packages/vscode-pyright/package.json Signed-off-by: Jack Cherng <jfcherng@gmail.com>
So reported messages should be dealt in LSP. Signed-off-by: Jack Cherng <jfcherng@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Also remove
self._activity_indicator
fromplugin.py (or whole
init` in fact). - update
LSP-pyright.sublime-settings
with new options
Can you also add new options to sublime-settings file? |
I am afraid that I don't know what you are exactly referring to. If you mean those diagnostic rules, there are LOTS of them which are not listed in the sublime-settings file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, OK, I thought we are listing them all.
Resolves #47