Commit 252a33b
Remove IDynamicRegistrationProvider from CohostWrapWithTagEndpoint
Removed unnecessary dynamic registration implementation as WrapWithTag doesn't need registration:
- Removed IDynamicRegistrationProvider interface implementation
- Removed Export attribute for IDynamicRegistrationProvider
- Removed GetRegistrations method
Addresses feedback from @davidwengier
Co-authored-by: davidwengier <754264+davidwengier@users.noreply.github.com>1 parent 1492eb5 commit 252a33b
File tree
1 file changed
+1
-16
lines changed- src/Razor/src/Microsoft.VisualStudio.LanguageServices.Razor/LanguageClient/Cohost
1 file changed
+1
-16
lines changedLines changed: 1 addition & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
30 | | - | |
| 29 | + | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| |||
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | 39 | | |
55 | 40 | | |
56 | 41 | | |
| |||
0 commit comments