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
A new release of VCL is going to support declaring custom functions with parameters. Example below:
sub testfunc(STRING var.a, STRING var.b) STRING {...}
Currently, when declaring functions in this manner in VS Code, this extension does not recognizes it as valid and raise errors.
I'm opening this ticket to get this feature recognized in the extension.