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 15 forks source link

git check-ignore exec error: Error: The command line is too long. #314

Closed jheidlage1222 closed 1 year ago

jheidlage1222 commented 3 years ago

I'm getting this error in the Checkstyle output in vscode git check-ignore exec error: Error: The command line is too long.

Setting the checkstyle.xml file or running the command to check code with checkstyle do nothing.

jdneo commented 3 years ago

hmmm, that's interesting, since I'm not aware of that the extension would do anything related with git.

Is there any reproduce steps? Would you mind to share a sample project?