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 tracing to language server #3434

Closed
timotheeguerin opened this issue May 23, 2024 · 1 comment
Closed

Add tracing to language server #3434

timotheeguerin opened this issue May 23, 2024 · 1 comment
Assignees
Labels
feature New feature or request ide Issues for VS, VSCode, Monaco, etc. triaged:core
Milestone

Comments

@timotheeguerin
Copy link
Member

Copied from https://github.com/Azure/typespec-azure-pr/issues/636

We currently only log some low volume things to output window from language server. It would be good to use the tracing feature of LSP to log much more when it's on.

Examples:

  • Every file read, whether it was a cache hit or miss, etc.
  • Every probe for package.json
  • Diagnostics in unopen documents.
@timotheeguerin timotheeguerin added the ide Issues for VS, VSCode, Monaco, etc. label May 23, 2024
@markcowl markcowl added this to the Backlog milestone May 29, 2024
@markcowl markcowl added feature New feature or request triaged:core labels May 29, 2024
@RodgeFu RodgeFu closed this as completed Jun 13, 2024
@RodgeFu
Copy link
Contributor

RodgeFu commented Jun 13, 2024

related PR: #3533

@RodgeFu RodgeFu self-assigned this Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request ide Issues for VS, VSCode, Monaco, etc. triaged:core
Projects
None yet
Development

No branches or pull requests

3 participants