IMS-java/Code/Steiner/tryCatchTask/.vscode/settings.json

8 lines
154 B
JSON
Raw Permalink Normal View History

2024-12-19 07:51:04 +01:00
{
"java.project.sourcePaths": ["src"],
"java.project.outputPath": "bin",
"java.project.referencedLibraries": [
"lib/**/*.jar"
]
}