Skip to content

Commit 1492eb5

Browse files
Copilotdavidwengier
andcommitted
Complete WrapWithTag cohosting implementation with service registration
Co-authored-by: davidwengier <[email protected]>
1 parent c03a372 commit 1492eb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Razor/src/Microsoft.CodeAnalysis.Razor.Workspaces/Remote/RazorServices.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ internal static class RazorServices
2525
(typeof(IRemoteSpellCheckService), null),
2626
(typeof(IRemoteInlineCompletionService), null),
2727
(typeof(IRemoteDebugInfoService), null),
28+
(typeof(IRemoteWrapWithTagService), null),
2829
];
2930

3031
// Internal for testing

0 commit comments

Comments
 (0)