From e817d96c543cb3c4bf11e73a2c8c0a0babdc5bf2 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 29 Jul 2025 18:53:43 +0000 Subject: [PATCH 01/16] Release 1.350.0 From a50c7576574359f0dcf1b37bd1a4eff7ddaf1d9e Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 31 Jul 2025 03:38:34 +0000 Subject: [PATCH 02/16] Release 1.351.0 From 00744f9f381d432b02c3c6089ebecd0682633a1c Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 1 Aug 2025 05:00:31 +0000 Subject: [PATCH 03/16] Release 1.352.0 From 036940671b6288e8869fe4aca5cffd40be51f152 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 5 Aug 2025 06:36:10 +0000 Subject: [PATCH 04/16] Release 1.353.0 From 6442902fdb2c54e2faf50baa9b58d189713d1b50 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 11 Aug 2025 06:51:52 +0000 Subject: [PATCH 05/16] Release 1.354.0 From 770626ab73756f6f3fea4d93aa9edc40bee67b3d Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 12 Aug 2025 08:03:16 +0000 Subject: [PATCH 06/16] Release 1.355.0 From 0118c6701efe79af7aa7f671c4ffe9e0c500e173 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 13 Aug 2025 03:00:52 +0000 Subject: [PATCH 07/16] Release 1.356.0 From 884c0591ef8a5d41d7709b03fba742872dcda0fc Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 15 Aug 2025 07:11:55 +0000 Subject: [PATCH 08/16] Release 1.357.0 From 4c26724f6f1d99cb199d9b8d2c44289730c048f7 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 20 Aug 2025 12:12:54 +0000 Subject: [PATCH 09/16] Release 1.360.0 From 427cf11598c7382299af172b2393331b0f48bcbb Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 21 Aug 2025 21:15:52 +0000 Subject: [PATCH 10/16] Release 1.361.0 From 5c97baf273fcf704aec712a8aa7b6eb8a701f7e3 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 22 Aug 2025 02:50:56 +0000 Subject: [PATCH 11/16] Release 1.362.0 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 71f8f3f..a5b3f80 100644 --- a/README.md +++ b/README.md @@ -309,3 +309,10 @@ The client may be sent [`window/showMessageRequest`](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#window_showMessage) requests. Support for these messages is essential as they are used for important notifications including account and billing. + + +--- + +## License + +Distributed under the MIT license. See LICENSE for details. From 8447c178b45f3eb38a7902bba2f9ebe87b511a47 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 27 Aug 2025 02:19:48 +0000 Subject: [PATCH 12/16] Release 1.363.0 From daea7e08f9180e47371697072b21a8ee8ebf2d0f Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 28 Aug 2025 15:38:42 +0000 Subject: [PATCH 13/16] Release 1.364.0 From bb87e70597220f0f34676fabe40f7b5cdad7921a Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 2 Sep 2025 21:27:29 +0000 Subject: [PATCH 14/16] Release 1.365.0 --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5b3f80..038cb87 100644 --- a/README.md +++ b/README.md @@ -17,15 +17,28 @@ To integrate with the Copilot Language Server, download the latest release from npm install @github/copilot-language-server ``` -To run the language server, platform-specific binaries are available in the `native` directory of the npm package. For +To run the language server, platform-specific binaries are available as separate +packages included as optional dependencies. For example, [`@github/copilot-language-server-darwin-arm64`](https://www.npmjs.com/package/@github/copilot-language-server-darwin-arm64), for macOS on arm64: example, for macOS on arm64: ```sh -./node_modules/@github/copilot-language-server/native/darwin-arm64/copilot-language-server --version +./node_modules/@github/copilot-language-server-darwin-arm64/copilot-language-server --version +``` + +If repackaging the language server, all platform-specific binaries are available +in the releases: https://github.com/github/copilot-language-server-release/releases +For example, to download a zip of all of the binaries together: + +``` +gh release download -R github/copilot-language-server-release -p 'copilot-language-server-native-*' ``` Or you can use [Node.js](https://nodejs.org/en/download/) version 20.8 or later: +```sh +npx @github/copilot-language-server --version +``` + ```sh node ./node_modules/@github/copilot-language-server/dist/language-server.js --version ``` From ce86d19e50cd21d70bc4c443f2aede874ac24cba Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 2 Sep 2025 23:34:34 +0000 Subject: [PATCH 15/16] Release 1.366.0 From c3e9bfe69b6c1ed3a05e6c84350058d74cd996db Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 4 Sep 2025 00:17:42 +0000 Subject: [PATCH 16/16] Release 1.367.0