VSCode files

This commit is contained in:
Jeroen van Erp
2021-02-08 22:21:23 +01:00
parent 67d2cf72d6
commit 6eea9a993c
3 changed files with 19 additions and 0 deletions

3
.gitignore vendored
View File

@@ -21,3 +21,6 @@ sshj.jar
# MacOS X # MacOS X
.DS_Store .DS_Store
# VSCode
.metals/

6
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"java.checkstyle.configuration": "${workspaceFolder}/gradle/config/checkstyle/checkstyle.xml",
"files.watcherExclude": {
"**/target": true
}
}

10
sshj.code-workspace Normal file
View File

@@ -0,0 +1,10 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"java.configuration.updateBuildConfiguration": "automatic",
}
}