Skip to content

Allow the Razor extension to report telemetry (and initialize) #79254

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

davidwengier
Copy link
Member

@davidwengier davidwengier commented Jul 4, 2025

Part of dotnet/razor#12009
Razor side: dotnet/razor#12015

Razor currently has a DevKit DLL to support telemetry in rzls.exe, but for the assembly that runs in the language server as an extension, we had nothing. This allows us to report through the Roslyn reporter, which does the same DevKit stuff.

Also creates a new initializer service we can provide, because previously we were abusing the dynamic file info system to get the workspace, and one day (with a bit of luck) that whole system will go away, so it's nice to remove a lynchpin.

Copy link
Contributor

@alexgav alexgav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants