Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from

Conversation

AlexTugarev
Copy link
Contributor

@gitpod-io-legacy-app
Copy link

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
Contributor Author

Published as typescript-language-server@0.4.0-dev.4b3531e.

@gitpod-io
Copy link

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
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
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.

3 participants