Skip to content
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

Merged
merged 7 commits into from
Jul 6, 2018
Merged

Add analysis progress reporting to LS #4483

merged 7 commits into from
Jul 6, 2018

Conversation

MikhailArkhipov
Copy link

PVSC: microsoft/vscode-python#2099

  • Move analysis and tracing options to PythonInitialization so they can be easily used as part of LanguageClientOptions in VSC.
  • Add AnalysisQueued event
  • Add progress reporting service to LS
  • Add task to monitor analysis events


Analyzer.EnableDiagnostics = _clientCaps?.python?.liveLinting ?? false;
Copy link
Member

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)

Copy link
Author

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
Copy link
Member

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?

MikhailArkhipov added 2 commits July 5, 2018 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants