You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,15 +17,28 @@ To integrate with the Copilot Language Server, download the latest release from
17
17
npm install @github/copilot-language-server
18
18
```
19
19
20
-
To run the language server, platform-specific binaries are available in the `native` directory of the npm package. For
20
+
To run the language server, platform-specific binaries are available as separate
21
+
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:
0 commit comments