mirror of
https://github.com/Team4388/2022NoWayHome.git
synced 2026-06-09 00:38:05 -06:00
Add redundant point removal on path creation
Associate *.path files with json Speed up auto chooser updates
This commit is contained in:
Vendored
+4
-1
@@ -26,5 +26,8 @@
|
||||
},
|
||||
],
|
||||
"java.test.defaultConfig": "WPIlibUnitTests",
|
||||
"java.dependency.packagePresentation": "hierarchical"
|
||||
"java.dependency.packagePresentation": "hierarchical",
|
||||
"files.associations": {
|
||||
"*.path": "json"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user