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.
2 parents e0af43a + 569b670 commit 2e057feCopy full SHA for 2e057fe
src/Razor/src/Microsoft.VisualStudioCode.RazorExtension/Services/EmptyServiceProvider.cs
@@ -11,7 +11,7 @@ internal sealed class EmptyServiceProvider : IRazorDocumentServiceProvider
11
12
public bool CanApplyChange => false;
13
14
- public bool SupportDiagnostics => false;
+ public bool SupportDiagnostics => true;
15
16
public TService? GetService<TService>() where TService : class
17
{
0 commit comments