SAE21_2022/.vscode/launch.json

12 lines
254 B
JSON
Raw Permalink Normal View History

2023-04-28 23:24:33 +02:00
{
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Labyrinthe",
"request": "launch",
"mainClass": "Main",
"projectName": "SAE21_2022_c8f95a52"
}
]
}