Files

28 lines
685 B
JSON
Raw Permalink Normal View History

2025-01-04 16:09:10 -07: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-11 14:07:53 -06:00
{
"type": "java",
"name": "Main",
"request": "launch",
"mainClass": "frc4388.robot.Main",
"projectName": "2025RidgeScape"
},
2025-01-04 16:09:10 -07:00
{
"type": "wpilib",
"name": "WPILib Desktop Debug",
"request": "launch",
2025-07-11 14:07:53 -06:00
"desktop": true
2025-01-04 16:09:10 -07:00
},
{
"type": "wpilib",
"name": "WPILib roboRIO Debug",
"request": "launch",
2025-07-11 14:07:53 -06:00
"desktop": false
2025-01-04 16:09:10 -07:00
}
]
}