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

Track the LSP request data from syntax server #3278

Merged
merged 3 commits into from
Oct 4, 2023

Commits on Oct 3, 2023

  1. Track the LSP request data from syntax server

    Signed-off-by: Jinbo Wang <[email protected]>
    testforstephen authored and rgrunber committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    7e5392a View commit details
    Browse the repository at this point in the history
  2. address comments

    testforstephen authored and rgrunber committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    3b1dd81 View commit details
    Browse the repository at this point in the history
  3. Also track textCompletion for the syntax server.

    - Move registerCodeCompletionTelemetryListener just before language
      client is initialized
    
    Signed-off-by: Roland Grunberg <[email protected]>
    rgrunber committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    17619b0 View commit details
    Browse the repository at this point in the history