-
-
Notifications
You must be signed in to change notification settings - Fork 24
Description
👓 What did you see?
Tried using the language server in neovim mostly just to get feature file formatting, but getting the following error...
[ERROR][2022-10-10 08:03:10] ...lsp/handlers.lua:485 "Cucumber Language Server 1.0.0: Unhandled Rejection at promise: [object Promise], reason: TypeError: Failed to parse URL from /Users/darrinholst/.local/share/nvim/mason/packages/cucumber-language-server/node_modules/@cucumber/language-server/node_modules/web-tree-sitter/tree-sitter.wasm"
➜ l ~/.local/share/nvim/mason/packages/cucumber-language-server/node_modules/@cucumber/language-server/node_modules/web-tree-sitter
total 512
-rw-r--r-- 1 darrinholst staff 1.1K Oct 10 07:57 LICENSE
-rw-r--r-- 1 darrinholst staff 5.8K Oct 10 07:57 README.md
-rw-r--r-- 1 darrinholst staff 820B Oct 10 07:57 package.json
-rw-r--r-- 1 darrinholst staff 5.2K Oct 10 07:57 tree-sitter-web.d.ts
-rw-r--r-- 1 darrinholst staff 53K Oct 10 07:57 tree-sitter.js
-rwxr-xr-x 1 darrinholst staff 174K Oct 10 07:57 tree-sitter.wasm*
✅ What did you expect to see?
Not an error. 😏
📦 Which tool/library version are you using?
- cucumber-language-server 1.0.0 (I've never got this working with previous versions either)
- neovim 0.8.0
- latest of the lsp/mason plugins
- node 16
- mac arm64
🔬 How could we reproduce it?
Sorry, I'm not the best at debugging neovim lsp errors. It seems that others have gotten this to work so it's a shot in the dark to see if anyone else is having this issue. I'd be happy to debug it locally if anyone has any tips or tricks on how to do that. I have been able to work around the formatting that I was in search of by using @cucumber/gherkin-utils
directly, but it would be nice to get it working with lsp.
This text was originally generated from a template, then edited by hand. You can modify the template here.