IMS-java/Code/Steiner/exam-15-01-2025/.vscode/settings.json
2025-01-22 13:50:32 +01:00

7 lines
154 B
JSON

{
"java.project.sourcePaths": ["src"],
"java.project.outputPath": "bin",
"java.project.referencedLibraries": [
"lib/**/*.jar"
]
}