Commit 2b10b01
Andrew Hall
Remove unused reference (#78286)
This is no longer used, which is fantastic! Less EA to worry about,
fewer dual insertions, the whole 9 meters. However, it turns out it
still happily restores and gets packaged in the LanguageServer for VS
Code. Now that razor is on 10.x the 9.x version load will cause an
exception when loading. It will eventually find the right version
because it's packaged next to the source generator in the rzls package,
but the exception is both alarming to users and slows things down. Let's
fix that.
Fixes dotnet/vscode-csharp#8193File tree
2 files changed
+0
-2
lines changed- eng
- src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer
2 files changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
149 | 148 | | |
150 | 149 | | |
151 | 150 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
136 | 135 | | |
137 | 136 | | |
138 | 137 | | |
| |||
0 commit comments