On Tue, 13 Jan 2026 00:19:36 -0500 "H. William Welliver" <[email protected]> wrote:
> That pike language server is new in the last week, and the first line in the > readme is "This project was 100% coded by AI agents…” so it’s probably good > to set expectations accordingly. I noticed .... [snip] > I /was/ able to use the LSP4J plugin in my JetBrains IDE to set up a mapping > between *.pike, *.pmod and the language server. What I did: > > cd pike-lsp > npm install -g pnpm > pnpm install > pnpm build That's the part that my machine choked on. `npm install -g pnpm' went ok. However, I get an error msg running `pnpm install' : :~/git/pike-lsp $ pnpm install bash: pnpm: command not found I just wanted to test-drive the lsp, so it's not an important issue for me. Your review is plenty helpful. Thx. I'll try to fix the `pnpm' problem, and if successful, try configuring `helix' to use the pike-lsp and see how it performs there - but it's not a top priority for me. I'm just looking for a slick pike-hacking workflow. I usually work in emacs, so `helix' is new to me as well. Thx for your review and comments! -- Duke
