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

Clean up Razor initialization in VS Code #9344

Closed
davidwengier opened this issue Oct 3, 2023 · 1 comment
Closed

Clean up Razor initialization in VS Code #9344

davidwengier opened this issue Oct 3, 2023 · 1 comment

Comments

@davidwengier
Copy link
Member

In dotnet/vscode-csharp#6473 changes were made to not wait for the user to open a Razor file in order to initialize Razor. This works, but there are still other pieces of code in Roslyn, Razor and the C# extension, that support the previous delayed initialization. We can/should review the other code and see if there is more we can do to streamline things, now that we're not delaying. eg, do we need the razor/initialize LSP method at all?

@davidwengier
Copy link
Member Author

Going to close this out, as this area has changed significantly (we have named pipes now!)

@davidwengier davidwengier closed this as not planned Won't fix, can't repro, duplicate, stale Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants