1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2025-01-31 13:12:45 +00:00
PokeHES/.vscode/settings.json

9 lines
220 B
JSON
Raw Normal View History

2022-05-25 15:32:53 +02:00
{
2022-06-06 13:48:20 +02:00
"java.project.sourcePaths": ["src"],
"java.project.outputPath": "bin",
"java.project.referencedLibraries": [
"lib/**/*.jar"
2022-06-08 09:53:51 +02:00
],
"java.configuration.updateBuildConfiguration": "interactive"
2022-06-06 13:48:20 +02:00
}