intersystems / language-server

Repository for the VS Code Language Server
https://marketplace.visualstudio.com/items?itemName=intersystems.language-server
Other
16 stars 6 forks source link

Show detailed descriptions for syntax errors #321

Closed isc-bsaviano closed 3 months ago

isc-bsaviano commented 3 months ago

Right now all syntax errors are given the message "Syntax error.". The language parsers used by this extension report more detailed messages, but they are not passed to the Node layer. We should show those descriptions in the VS Code UI.