We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fea282 commit dbcc044Copy full SHA for dbcc044
src/Razor/src/Microsoft.AspNetCore.Razor.LanguageServer/RazorLanguageServer.cs
@@ -182,7 +182,7 @@ protected override ILspServices ConstructLspServices()
182
183
static void AddHandlers(IServiceCollection services)
184
{
185
- // Not calling AddHandler because we want to register this endpoint as an IOnIntialized too
+ // Not calling AddHandler because we want to register this endpoint as an IOnInitialized too
186
services.AddSingleton<RazorConfigurationEndpoint>();
187
services.AddSingleton<IMethodHandler, RazorConfigurationEndpoint>(s => s.GetRequiredService<RazorConfigurationEndpoint>());
188
// Transient because it should only be used once and I'm hoping it doesn't stick around.
0 commit comments