mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-06 07:10:53 +03:00
8 lines
229 B
JSON
8 lines
229 B
JSON
{
|
|
"java.checkstyle.configuration": "${workspaceFolder}/gradle/config/checkstyle/checkstyle.xml",
|
|
"files.watcherExclude": {
|
|
"**/target": true
|
|
},
|
|
"java.configuration.updateBuildConfiguration": "automatic"
|
|
}
|