Files
sshj/.vscode/settings.json
Jeroen van Erp 6eea9a993c VSCode files
2021-02-08 22:21:23 +01:00

7 lines
165 B
JSON

{
"java.checkstyle.configuration": "${workspaceFolder}/gradle/config/checkstyle/checkstyle.xml",
"files.watcherExclude": {
"**/target": true
}
}