Files
2022NoWayHome/workspace.code-workspace
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

18 lines
320 B
Plaintext

{
"folders": [
{
"path": "."
},
{
"path": "NetworkTablesDesktopClient"
}
],
"settings": {
"java.configuration.updateBuildConfiguration": "automatic",
"java.server.launchMode": "Standard",
"java.dependency.packagePresentation": "hierarchical",
"files.associations": {
"*.path": "json"
}
}
}