Skip to content

Commit

Permalink
Fixed build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
danjburke12 committed Jan 30, 2024
1 parent e00e84b commit b84003f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
{
"name": "WPIlibUnitTests",
"workingDirectory": "${workspaceFolder}/build/jni/release",
"vmargs": [
"-Djava.library.path=${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"
Expand Down Expand Up @@ -65,11 +63,7 @@
"severity": "off"
}
],
"eslint.validate": [
"javascript",
"typescript",
"svelte"
],
"eslint.validate": ["javascript", "typescript", "svelte"],
"cSpell.words": [
"Brushless",
"Deadband",
Expand Down

0 comments on commit b84003f

Please sign in to comment.