mirror of
https://github.com/Team4388/2022NoWayHome.git
synced 2026-06-09 00:38:05 -06:00
28c9394008
Organize imports Add end of file newlines
13 lines
263 B
JSON
13 lines
263 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "java",
|
|
"name": "Launch NetworkTablesDesktopClient",
|
|
"request": "launch",
|
|
"mainClass": "NetworkTablesDesktopClient",
|
|
"projectName": "NetworkTablesDesktopClient"
|
|
}
|
|
]
|
|
}
|