Files
2022NoWayHome/2022NoWayHome.code-workspace
T
nathanrsxtn 28c9394008 Rename workspace
Organize imports
Add end of file newlines
2022-03-01 20:30:24 -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"
}
}
}