vscode-antlr4
vscode-antlr4 copied to clipboard
Antlr Version Setting
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?
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?
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.