1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2024-11-23 09:53:28 +00:00
PokeHES/.vscode/settings.json

9 lines
220 B
JSON
Raw Permalink Normal View History

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