jdneo / vscode-checkstyle

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

"java.lang.IllegalStateException: Cannot evaluate, please specify projectName in launch.json" when stopped on breakpoint #364

Closed ItaloBorrelli closed 8 months ago

ItaloBorrelli commented 8 months ago

Expect to be able to evaluate with debug console while running the "Attach to Checkstyle Plugin" configuration.

Straightforward fix. Just need to add projectName to the launch.json to specify the runner project.

jdneo commented 8 months ago

fixed.