You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reason-vscode has quite useful Show the fully ppx code for this file command that shows what the ppx result would look for that file. Is it possible to replicate this functionality in Rescript extension?
The text was updated successfully, but these errors were encountered:
I think it would have to happen at a lower level, after the ppx has run, but before type checking.
So this is something that I guess the compiler binary should provide, at which point it could be exposed here.
reason-vscode
has quite usefulShow the fully ppx code for this file
command that shows what the ppx result would look for that file. Is it possible to replicate this functionality in Rescript extension?The text was updated successfully, but these errors were encountered: