-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Rescript compile errors not being displayed on code. #384
Comments
Hi. it should be able to display the error. |
@giraud unfortunately the project is not public. |
I've added a
|
namespace: true is automatic namespacing. |
if you want more debug, you can use the debug log settings in help | diagnostic tools. |
@giraud do you have any information or hints on supporting automatic namespacing? |
I suspect there is another problem that prevent error location to be parsed correctly for rescript logs. |
I found the root cause, it will be fixed in next release |
fixed in 0.110 |
plugin version: 0.106.1-2022.1
Description
I know the README says
Rescript users, please use other editor.
so I come with the intention to start contributing here if possible.If anyone could give me a hint on how to make the rescript compile errors display at the code where it origins, that would be amazing.
More importantly, is it possible to do so? Would be good to have an insight before setting up my dev env.
I prefer Webstorm features to run tests, scripts and merge conflicts, but having to chase compile errors from the console is a bit counter-productive, so I keep using VSC as my main editor.
The text was updated successfully, but these errors were encountered: