Files
2022NoWayHome/NetworkTablesDesktopClient/.vscode/launch.json
T
nathanrsxtn 2fc3297c64 Add a NetworkTables client to download paths
Rename shooter CSV file
Add workspace file
2022-03-01 20:23:01 -07:00

15 lines
457 B
JSON

{
// 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": "Launch NetworkTablesDesktopClient",
"request": "launch",
"mainClass": "NetworkTablesDesktopClient",
"projectName": "NetworkTablesDesktopClient"
}
]
}