This repository has been archived on 2024-01-25. You can view files and clone it, but cannot push or open issues or pull requests.
Labo-S2/.vscode/settings.json
2022-04-13 20:49:31 +02:00

13 lines
211 B
JSON

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