-
Notifications
You must be signed in to change notification settings - Fork 675
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
Add analysis progress reporting to LS #4483
Conversation
|
||
Analyzer.EnableDiagnostics = _clientCaps?.python?.liveLinting ?? false; |
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.
This property should go away in favour of suppressing the individual messages (probably by default, at least for the ones currently hidden by this flag)
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.
Yep. We should discuss messages, error codes, etc.
@@ -14,7 +14,7 @@ | |||
// See the Apache Version 2.0 License for specific language governing | |||
// permissions and limitations under the License. | |||
|
|||
// #define WAIT_FOR_DEBUGGER | |||
#define WAIT_FOR_DEBUGGER |
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.
Guessing you don't mean to check this in?
PVSC: microsoft/vscode-python#2099