IMS-java/Code/30.8.23/.vscode/settings.json

8 lines
154 B
JSON
Raw Normal View History

2023-08-15 18:43:52 +02:00
{
"java.project.sourcePaths": ["src"],
"java.project.outputPath": "bin",
"java.project.referencedLibraries": [
"lib/**/*.jar"
2024-06-24 08:18:59 +02:00
]
2023-08-15 18:43:52 +02:00
}