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

10
sshj.code-workspace Normal file
View File

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