Files
Robot-Essentials/.vscode/settings.json
T
2019-07-07 14:04:30 -06:00

15 lines
287 B
JSON

{
"java.configuration.updateBuildConfiguration": "automatic",
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"bin/": true,
".classpath": true,
".project": true
},
"wpilib.online": true
}