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

U2 syntax not supported when ROUTINE LanguageMode=10 is set #335

Closed isc-bsaviano closed 3 weeks ago

isc-bsaviano commented 3 weeks ago

Some customers change the LanguageMode of their routines to 10 to enable U2 syntax. The language parsers support this syntax, but this extension isn't checking the LanguageMode and passing the correct flag to the parsers.