Skip to content
This repository was archived by the owner on Jul 20, 2025. It is now read-only.

Commit f8ad59c

Browse files
authored
vscode settings fix (#64)
1 parent c44db3a commit f8ad59c

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.vscode/settings.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@
1818
{
1919
"name": "WPIlibUnitTests",
2020
"workingDirectory": "${workspaceFolder}/build/jni/release",
21-
"vmargs": [ "-Djava.library.path=${workspaceFolder}/build/jni/release" ],
21+
"vmargs": [
22+
"-Djava.library.path=${workspaceFolder}/build/jni/release"
23+
],
2224
"env": {
23-
"LD_LIBRARY_PATH": "${workspaceFolder}/build/jni/release" ,
25+
"LD_LIBRARY_PATH": "${workspaceFolder}/build/jni/release",
2426
"DYLD_LIBRARY_PATH": "${workspaceFolder}/build/jni/release"
2527
}
2628
},
@@ -30,5 +32,8 @@
3032
"editor.tabSize": 2,
3133
"editor.insertSpaces": true,
3234
"editor.detectIndentation": false,
33-
"java.debug.settings.onBuildFailureProceed": true
34-
}
35+
"java.debug.settings.onBuildFailureProceed": true,
36+
"git.autofetch": "all",
37+
"git.fetchOnPull": true,
38+
"git.pruneOnFetch": true
39+
}

0 commit comments

Comments
 (0)