copilot: Switch to official @github/copilot-language-server (#27401)

This PR updates Copilot to use the official
[`@github/copilot-language-server`](https://github.com/github/copilot-language-server-release).

It's [available on
npm](https://www.npmjs.com/package/@github/copilot-language-server), so
we're installing it from there.

I tested it out locally and it seemed to be working as expected.

Release Notes:

- Updated Copilot to use the official
[`@github/copilot-language-server`](https://github.com/github/copilot-language-server-release).
This commit is contained in:
Marshall Bowers 2025-03-24 19:35:29 -04:00 committed by GitHub
parent be83c5e1c5
commit a52095f558
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 42 additions and 99 deletions

View file

@ -26,8 +26,6 @@ test-support = [
[dependencies]
anyhow.workspace = true
async-compression.workspace = true
async-tar.workspace = true
chrono.workspace = true
client.workspace = true
collections.workspace = true
@ -49,7 +47,6 @@ schemars = { workspace = true, optional = true }
serde.workspace = true
serde_json.workspace = true
settings.workspace = true
smol.workspace = true
strum.workspace = true
task.workspace = true
ui.workspace = true