Skip to content

[call-hierarchy] Revised implementation of the proposed call hierarchy protocol (WIP)#98

Closed
AlexTugarev wants to merge 1 commit intomasterfrom
at/call-hierarchy
Closed

[call-hierarchy] Revised implementation of the proposed call hierarchy protocol (WIP)#98
AlexTugarev wants to merge 1 commit intomasterfrom
at/call-hierarchy

Conversation

@AlexTugarev
Copy link
Copy Markdown
Contributor

@gitpod-io-legacy-app
Copy link
Copy Markdown

Open in Gitpod - starts a development workspace for this pull request in code review mode and opens it in a browser IDE.

@AlexTugarev
Copy link
Copy Markdown
Contributor Author

Published as [email protected].

@gitpod-io
Copy link
Copy Markdown

gitpod-io bot commented Mar 6, 2019

@AlexTugarev AlexTugarev force-pushed the at/call-hierarchy branch 3 times, most recently from a26067a to 28d2aee Compare March 6, 2019 13:18
// tslint:disable-next-line:max-line-length
export async function resolveCallHierarchy(tspClient: TspClient, documentProvider: DocumentProvider, params: lspCallHierarchy.ResolveCallHierarchyItemParams): Promise<lspCallHierarchy.CallHierarchyItem> {
const item = params.item;
await resovleItem(tspClient, documentProvider, item, params.resolve, params.direction);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Theres a typo here

@rchl
Copy link
Copy Markdown
Member

rchl commented Dec 27, 2022

Implementing spec version in #649

@rchl rchl closed this Dec 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants