mike-lischke / vscode-antlr4

ANTLR4 language support for Visual Studio Code
http://www.soft-gems.net
MIT License
422 stars 58 forks source link

Antlr Version Setting #154

Open shaunryan opened 2 years ago

shaunryan commented 2 years ago

It would be cool to have a setting that I can point to a jar so I can control the version of antlr. Is there a way to do this?

shaunryan commented 2 years ago

I see the version upgrade is on the cards... https://github.com/mike-lischke/vscode-antlr4/issues/130

Is it doable to drive from config?

mike-lischke commented 2 years ago

You can already set your own jar. See also the parser generator settings: https://github.com/mike-lischke/vscode-antlr4/blob/master/doc/extension-settings.md#parser-generation (alternativeJar setting).

But yes, I should finally upgrade the shipped jar.