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
For the vscode-cashscript plugin we currently need to copy/paste all the CashScript antlr grammar files and compile the CashScript code with antlr.
However, it would be better if cashc could simply allow for a custom ErrorListener argument than the plugin could rely on the cashc compiler directly without any direct reliance on antlr