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

Checkstyle got an exception when renaming or deleting a file #369

Open doardin opened 5 months ago

doardin commented 5 months ago

Whenever I delete a file from my project, an error appears in the vscode error tab with a message

Got an exception - /home/workuser/Documents/projects/work/api/src/main/java/br/com/api/SalesService.java (No such file or directory)

This exception got when I delete a file or rename it

jdneo commented 5 months ago

Root cause should be the same as https://github.com/jdneo/vscode-checkstyle/issues/272