IMS-java/.vscode/settings.json
2023-08-22 10:02:59 +02:00

8 lines
211 B
JSON

{
"java.project.sourcePaths": ["src"],
"java.project.outputPath": "bin",
"java.project.referencedLibraries": [
"lib/**/*.jar"
],
"java.format.settings.url": "eclipse-formatter.xml"
}