-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
Stub out copilotRelated command #60488
Stub out copilotRelated command #60488
Conversation
It will return an empty array in 5.7, and should be removed entirely in Typescript 5.8. The only client should be VSCode 1.95.
Thanks for the PR! It looks like you've changed the TSServer protocol in some way. Please ensure that any changes here don't break consumers of the current TSServer API. For some extra review, we'll ping @sheetalkamat, @mjbvz, @zkat, and @joj for you. Feel free to loop in other consumers/maintainers if necessary. |
Looks like you're introducing a change to the public API surface area. If this includes breaking changes, please document them on our wiki's API Breaking Changes page. Also, please make sure @DanielRosenwasser and @RyanCavanaugh are aware of the changes, just as a heads up. |
The remaining private method returns an object type
@typescript-bot cherry-pick this |
@typescript-bot cherry-pick |
@typescript-bot cherry-pick to release-5.7 |
…60495) Co-authored-by: Nathan Shively-Sanders <[email protected]>
This feature didn't help, but it took a long time to verify that.
The copilotRelated command will return an empty array in 5.7, and should be removed entirely in Typescript 5.8.
The only client should be VSCode 1.95. Matching PR to remove it from the typescript extension: microsoft/vscode#233729.