vscode-antlr4 icon indicating copy to clipboard operation
vscode-antlr4 copied to clipboard

Antlr Version Setting

Open shaunryan opened this issue 2 years ago • 2 comments

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 avatar Jan 10 '22 09:01 shaunryan

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?

shaunryan avatar Jan 10 '22 09:01 shaunryan

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.

mike-lischke avatar Jan 10 '22 10:01 mike-lischke