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 c03a372 commit 1492eb5Copy full SHA for 1492eb5
src/Razor/src/Microsoft.CodeAnalysis.Razor.Workspaces/Remote/RazorServices.cs
@@ -25,6 +25,7 @@ internal static class RazorServices
25
(typeof(IRemoteSpellCheckService), null),
26
(typeof(IRemoteInlineCompletionService), null),
27
(typeof(IRemoteDebugInfoService), null),
28
+ (typeof(IRemoteWrapWithTagService), null),
29
];
30
31
// Internal for testing
0 commit comments