jdneo / vscode-checkstyle

Checkstyle extension for VS Code
https://marketplace.visualstudio.com/items?itemName=shengchen.vscode-checkstyle
GNU Lesser General Public License v3.0
68 stars 16 forks source link

build: Fix the extension setup issue #363

Closed jdneo closed 8 months ago

jdneo commented 8 months ago

fix #362

jdneo commented 8 months ago

@ItaloBorrelli Could you try if this patch can solve your problem?

You need to install amodio.tsl-problem-matcher extension. And make sure your machine has a JDK 17 installation.

ItaloBorrelli commented 8 months ago

That worked! Thanks for the prompt fix @jdneo !