Skip to content

Add call hierarchy support for TypeScript 3.8#88168

Merged
mjbvz merged 3 commits intomicrosoft:masterfrom
rbuckton:typescriptCallHierarchy
Jan 8, 2020
Merged

Add call hierarchy support for TypeScript 3.8#88168
mjbvz merged 3 commits intomicrosoft:masterfrom
rbuckton:typescriptCallHierarchy

Conversation

@rbuckton
Copy link
Copy Markdown

@rbuckton rbuckton commented Jan 6, 2020

This adds Call Hierarchy support for TypeScript 3.8 and is the other half of microsoft/TypeScript#35176.

Related: #16110, microsoft/TypeScript#31863

cc: @mjbvz, @jrieken

Comment thread extensions/package.json Outdated
Copy link
Copy Markdown
Collaborator

@mjbvz mjbvz left a comment

Choose a reason for hiding this comment

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

Thanks for handling this!

The main change is that we can't bundle TS 3.8 with VS Code yet. Instead, let's just copy over the new TS types related to call hierarchy and keep using the TS 3.7 for everything else

Comment thread extensions/typescript-language-features/src/utils/typeConverters.ts Outdated
Comment thread extensions/package.json Outdated
@jrieken
Copy link
Copy Markdown
Member

jrieken commented Jan 7, 2020

🕺 this is soo exciting

@rbuckton
Copy link
Copy Markdown
Author

rbuckton commented Jan 7, 2020

We only ship stable TS versions in stable VS Code. That means that we can't update this until TS 3.8 is released in mid February.

I'll update the PR shortly, that's actually how I had it set up before creating the PR.

@rbuckton rbuckton force-pushed the typescriptCallHierarchy branch from 8f9908f to 870edea Compare January 8, 2020 20:34
@mjbvz mjbvz merged commit 71b60d0 into microsoft:master Jan 8, 2020
@mjbvz
Copy link
Copy Markdown
Collaborator

mjbvz commented Jan 8, 2020

Thanks! We'll ship VS Code 1.42 with support for call hierarchy support but users will still need to update to TS 3.8

Once we pick up TS 3.8 with VS code 1.43, it will be available to everyone. I'll also remove the copied over protocol types at that point

@github-actions github-actions Bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants