added a debbuging option for our co2 data

This commit is contained in:
Sage The DM 2024-11-08 11:21:25 +01:00
parent 1464df11cf
commit 036911b58c
22 changed files with 362 additions and 25 deletions

View file

@ -0,0 +1,7 @@
{
"java.project.sourcePaths": ["src"],
"java.project.outputPath": "bin",
"java.project.referencedLibraries": [
"lib/**/*.jar"
]
}