Rename workspace

Organize imports
Add end of file newlines
This commit is contained in:
nathanrsxtn
2022-03-01 20:30:24 -07:00
parent 2fc3297c64
commit 28c9394008
6 changed files with 4 additions and 10 deletions
+2 -2
View File
@@ -1,2 +1,2 @@
build
bin
build/
bin/
+1 -4
View File
@@ -1,7 +1,4 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
@@ -12,4 +9,4 @@
"projectName": "NetworkTablesDesktopClient"
}
]
}
}
+1 -1
View File
@@ -21,4 +21,4 @@ dependencies {
implementation "edu.wpi.first.ntcore:ntcore-jni:2022.2.1:linuxx86-64"
implementation "edu.wpi.first.ntcore:ntcore-jni:2022.2.1:linuxraspbian"
implementation "edu.wpi.first.ntcore:ntcore-jni:2022.2.1:osxx86-64"
}
}
@@ -11,7 +11,6 @@ public class NetworkTablesDesktopClient {
public static void main(String[] args) {
NetworkTableInstance instance = NetworkTableInstance.getDefault();
instance.getTable("Recording").addEntryListener((table, key, entry, value, flags) -> {
// File file = new File(key);
Path path = Path.of("..", "src", "main", "deploy", "pathplanner", key);
File file = path.toFile();
try {