Skip to content

Commit

Permalink
Updated vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
gbevin committed Feb 27, 2024
1 parent 22a5425 commit abc9221
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@
"src/main/resources",
"src/main/webapp",
"src/test/java",
"src/bld/java"
"src/bld/java",
"src/bld/resources"
],
"java.configuration.updateBuildConfiguration": "automatic",
"java.project.referencedLibraries": [
"${HOME}/.bld/dist/bld-1.9.0.jar",
"lib/compile/*.jar",
"lib/provided/*.jar",
"lib/runtime/*.jar",
"lib/standalone/*.jar",
"lib/test/*.jar"
"lib/**/*.jar"
]
}

0 comments on commit abc9221

Please sign in to comment.