mirror of
https://github.com/Team4388/2022NoWayHome.git
synced 2026-06-09 08:48:07 -06:00
Add a NetworkTables client to download paths
Rename shooter CSV file Add workspace file
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
{
|
||||
// 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user