-
-
Notifications
You must be signed in to change notification settings - Fork 15
Language server crashes in COC #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
What
should output |
Good call! I was on |
Hitting the same error: CocConfig: "rescript": {
"enable": true,
"module": "~/.vim/plugged/vim-rescript/server/out/server.js", <-- my location for plugged
"args": ["--node-ipc"],
"filetypes": ["rescript"],
"rootPatterns": ["bsconfig.json"]
} Package.json: "scripts": {
"build": "rescript",
"clean": "rescript clean -with-deps",
"start": "rescript build -w"
},
"keywords": [
"rescript"
],
"author": "",
"license": "MIT",
"dependencies": {
"rescript": "^9.1.2",
"@rescript/react": "^0.10.2"
} Init.vim
Running
Results in no output, as expected per
:RescriptInfo*
Any ideas? |
Thanks @ryyppy, it doesn't crash anymore, I'm however not getting auto-completion or hover-info 🤔 Errors show up in the editor however: |
Thanks @ryyppy, so in my
Do you mean I should point to the latest commit instead? CocConfig:
|
✅ Solved Hmm, OK, so when I explicitly went to |
@lessp yeah probably because you need to run Good thing it works for you now, just waiting for @alexeygolev to confirm that it's working on his machine as well. |
Fixed in #37 Please open a new issue if you experience any errors in the newer 2.0.1 version. |
Works perfectly, sorry for the delay |
When I open a
.res
file, COC warns:Checking
:CocInfo
:And
:RescriptInfo
I've configured COC exactly as specified in the README.md. Any suggestions on troubleshooting this?
Thanks!
The text was updated successfully, but these errors were encountered: