Fix for 404 - language server implementations not found#2233
Fix for 404 - language server implementations not found#2233orien wants to merge 2 commits intomicrosoft:gh-pagesfrom
Conversation
| | Perl | [Brian Scannell](https://github.com/bscan) | [Perl Navigator](https://github.com/bscan/PerlNavigator)| Perl | | ||
| | Pest | [Pest Maintainers](https://github.com/orgs/pest-parser/teams/pest-ide-tools) | [Pest IDE Tools](https://github.com/pest-parser/pest-ide-tools) | Rust | | ||
| | Crane **PHP** | [HvyIndustries](https://github.com/HvyIndustries) | [VS Code Extension](https://marketplace.visualstudio.com/items?itemName=HvyIndustries.crane) | TypeScript | | ||
| | Crane **PHP** | [HvyIndustries](https://github.com/HvyIndustries) | [crane](https://github.com/HvyIndustries/crane) | TypeScript | |
There was a problem hiding this comment.
The https://marketplace.visualstudio.com/items?itemName=HvyIndustries.crane link finds nothing. Replace it with a link to the GitHub repository.
| | Python | [Samuel Roeca](https://github.com/pappasam) | [jedi-language-server](https://github.com/pappasam/jedi-language-server) | Python | | ||
| | Python | [Shunsuke Shibayama](https://github.com/mtshiba) | [pylyzer](https://github.com/mtshiba/pylyzer) | Rust | | ||
| | Python | [zubanls](https://zubanls.com/) | [zuban](https://github.com/zubanls/zuban) | Rust | | ||
| | [Pony](https://www.ponylang.io/) | [Mahan Bakhshi](https://github.com/MahanBi) | [PonyLS](https://github.com/MahanBi/PonyLS) | Pony | |
There was a problem hiding this comment.
The https://github.com/MahanBi/PonyLS link finds nothing. I can't find any reference to a repository called PonyLS on GitHub.
Remove this entry.
There was a problem hiding this comment.
Language Server (pony-lsp)
The pony-lsp language server source code has been merged into the main Pony compiler repository:
Repository: ponylang/ponyc
Distribution: The language server is now released and distributed together with ponyc
Installation: Install ponyc via your preferred package manager to get the pony-lsp binary
VS Code Extension
The Pony Visual Studio Code extension has been moved to its own dedicated repository:
Repository: ponylang/vscode-extension
For Users
If you're currently using the Pony Language Server or Visual Studio Code extension:
pony-lsp: Install the latest version of ponyc to get the pony-lsp binary
VS Code extension: Get the newest extension from ponylang/vscode-extension.
So if we want to point to the Pony LSP, it's here
There was a problem hiding this comment.
Is https://github.com/MahanBi/PonyLS related to https://github.com/ponylang/pony-language-server? How did you find that association?
There was a problem hiding this comment.
This document already has a separate entry for https://github.com/ponylang/ponyc.
Resolve a couple of 404 errors for repository links to language server implementations.