提交 64c2ceda 编写于 作者: D David Barbet

Add back typescript gotodef on the client.

上级 32149eb8
......@@ -26,4 +26,15 @@ internal class VBLspGotoDefinitionService : RoslynGotoDefinitionService
RemoteLanguageServiceWorkspace remoteWorkspace, IThreadingContext threadingContext)
: base(streamingPresenter, vbLspClientServiceFactory, remoteWorkspace, threadingContext) { }
}
[ExportLanguageService(typeof(IGoToDefinitionService), StringConstants.TypeScriptLanguageName, WorkspaceKind.AnyCodeRoslynWorkspace), Shared]
internal class TypeScriptLspGotoDefinitionService : RoslynGotoDefinitionService
{
[ImportingConstructor]
public TypeScriptLspGotoDefinitionService(IStreamingFindUsagesPresenter streamingPresenter, TypeScriptLspClientServiceFactory typeScriptLspClientServiceFactory,
RemoteLanguageServiceWorkspace remoteWorkspace, IThreadingContext threadingContext)
: base(streamingPresenter, typeScriptLspClientServiceFactory, remoteWorkspace, threadingContext)
{
}
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册