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 Jess CLI, we can receive errors with file, line, and column information. So we should export a formatted table with said information in a way that VSCode / other IDEs can directly link to said line / column.
Note: we can expect to receive an array of errors in the case of errors during tokenization / parsing, so we should support outputting multiple lines. ESLint is a good example of outputting "tables" of error messages.
The text was updated successfully, but these errors were encountered:
For the Jess CLI, we can receive errors with file, line, and column information. So we should export a formatted table with said information in a way that VSCode / other IDEs can directly link to said line / column.
Note: we can expect to receive an array of errors in the case of errors during tokenization / parsing, so we should support outputting multiple lines. ESLint is a good example of outputting "tables" of error messages.
The text was updated successfully, but these errors were encountered: