update TestLanguageServiceBroker

This commit is contained in:
Todd Grunke 2020-11-03 08:12:57 -08:00 коммит произвёл N. Taylor Mullen
Родитель 025ae2288b
Коммит 7aba545076
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -69,6 +69,8 @@ namespace Microsoft.VisualStudio.LanguageServerClient.Razor.HtmlCSharp
public IRequestBroker<DocumentOnAutoInsertParams, DocumentOnAutoInsertResponseItem> OnAutoInsertBroker => throw new NotImplementedException();
public IRequestBroker<DocumentOnTypeRenameParams, DocumentOnTypeRenameResponseItem> OnTypeRenameBroker => throw new NotImplementedException();
public IRequestBroker<CodeAction, CodeAction> CodeActionsResolveBroker => throw new NotImplementedException();
public IStreamingRequestBroker<DocumentDiagnosticsParams, DiagnosticReport[]> DocumentDiagnosticsBroker => throw new NotImplementedException();