Add redundant point removal on path creation

Associate *.path files with json
Speed up auto chooser updates
This commit is contained in:
nathanrsxtn
2022-02-27 22:59:32 -07:00
parent 9d5d58f032
commit 6aa1b0e63b
5 changed files with 102 additions and 97 deletions
+4 -1
View File
@@ -26,5 +26,8 @@
},
],
"java.test.defaultConfig": "WPIlibUnitTests",
"java.dependency.packagePresentation": "hierarchical"
"java.dependency.packagePresentation": "hierarchical",
"files.associations": {
"*.path": "json"
}
}