Uh oh!
There was an error while loading. Please reload this page.
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.
TypeScript Bot (typescript-bot)
commented
Nov 12, 2024
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 Sheetal Nandi (@sheetalkamat), Matt Bierner (@mjbvz), Kat Marchán (@zkat), and Joaquin Jares (@joj) for you. Feel free to loop in other consumers/maintainers if necessary. |
TypeScript Bot (typescript-bot)
commented
Nov 12, 2024
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 Daniel Rosenwasser (@DanielRosenwasser) and Ryan Cavanaugh (@RyanCavanaugh) are aware of the changes, just as a heads up. |
Uh oh!
There was an error while loading. Please reload this page.
The remaining private method returns an object type
TypeScript Bot (@typescript-bot) cherry-pick this |
TypeScript Bot (@typescript-bot) cherry-pick |
TypeScript Bot (@typescript-bot) cherry-pick to release-5.7 |
TypeScript Bot (typescript-bot)
commented
Nov 13, 2024
Hey, Nathan Shively-Sanders (@sandersn)! I've created #60495 for you. |
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.