did some work on it, it should work in this config i think

This commit is contained in:
2024-09-08 01:01:39 +02:00
parent 09f5d17a59
commit 4a31cbc8d0
13 changed files with 288 additions and 19 deletions
+21
View File
@@ -0,0 +1,21 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Current File",
"request": "launch",
"mainClass": "${file}"
},
{
"type": "java",
"name": "entrypoint",
"request": "launch",
"mainClass": "entrypoint",
"projectName": "magic_system_prototype_5c3adcf6"
}
]
}