Files

28 lines
658 B
JSON
Raw Permalink Normal View History

2024-12-12 20:42:40 -08:00
{
// 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": [
2025-07-16 14:09:08 -07:00
{
"type": "java",
"name": "Main",
"request": "launch",
"mainClass": "frc4388.robot.Main",
"projectName": "2025RidgeScape"
},
2024-12-12 20:42:40 -08:00
{
"type": "wpilib",
"name": "WPILib Desktop Debug",
"request": "launch",
2025-07-16 14:09:08 -07:00
"desktop": true
2024-12-12 20:42:40 -08:00
},
{
"type": "wpilib",
"name": "WPILib roboRIO Debug",
"request": "launch",
2025-07-16 14:09:08 -07:00
"desktop": false
2024-12-12 20:42:40 -08:00
}
]
}