Update for wpilib 2023.4.3

This commit is contained in:
Abhishrek05
2023-12-04 17:09:17 -07:00
parent a076a213b9
commit 83ffe3fc07
28 changed files with 1359 additions and 716 deletions
+16 -2
View File
@@ -1,5 +1,6 @@
{
"java.configuration.updateBuildConfiguration": "automatic",
"java.server.launchMode": "Standard",
"files.exclude": {
"**/.git": true,
"**/.svn": true,
@@ -10,6 +11,19 @@
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
}
"**/.factorypath": true,
"**/*~": true
},
"java.test.config": [
{
"name": "WPIlibUnitTests",
"workingDirectory": "${workspaceFolder}/build/jni/release",
"vmargs": [ "-Djava.library.path=${workspaceFolder}/build/jni/release" ],
"env": {
"LD_LIBRARY_PATH": "${workspaceFolder}/build/jni/release" ,
"DYLD_LIBRARY_PATH": "${workspaceFolder}/build/jni/release"
}
},
],
"java.test.defaultConfig": "WPIlibUnitTests"
}