-
Notifications
You must be signed in to change notification settings - Fork 57
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
Exception thrown on Windows 10 /Mac OS and does not seem to work #25
Comments
So I've managed to place a
when logging
side note: when running |
I have no problem when I only install "bs-platform": "8.3.3" ! after I add npms: "@glennsl/bs-jest":"0.6.0" and "jest": "^26.5.2" and restall npm by "npm install --no-bin-links", when I enter rescript code in .res I have the same problem in Mac OS 10.15.1 !!! @chenglou How to fix it? Thanks very much~ |
I have found why I have the problem: my yarn's version is too old! haha! After I update the yarn to v1.22.5, and install by "yarn install", everthing is OK(no symlink error! so not need to use --no-bin-links!)! so I don't have the problem! Thanks very much~ |
Are there a special node.js/npm/yarn requirements? |
@Kleyu looks like the |
MacOS Big Sur Working Ok. |
Yes! It works just fine: $ c:\\Users\\jacko\\.vscode\\extensions\\chenglou92.rescript-vscode-1.0.0\\server\\win32\\rescript-editor-support.exe dump pages\\index.res:16:29
[{"range": {"start": {"line": 16, "character": 18}, "end": {"line": 16, "character": 47}}, "hover": "string"}] |
There's a fix here: rescript-lang/rescript-editor-support#35 |
This PR can be used to test that the issue is fixed: |
@cristianoc , thank you. Unfortunately I have no clue how to test a GitHub repo locally in VSCode. |
Also, I still have a problem with MacOS 10.13.6 High Sierra. |
@mickeyvip a new release coming up soon, best to test that directly. |
Release |
Release |
Guess this can be closed |
Tested on Windows 10, Mac MacOS 10.13.6 High Sierra.
1.51.1
rescript-vscode
version1.0.0
bs-platform
version8.3.3
When opening any
res
file the output of the language server throws an exception and nothing seems to work.The text was updated successfully, but these errors were encountered: