Files
Robot-Essentials/.vscode/settings.json
T
Keenan D. Buckley ff7d17809c Import 2019 into 2020
2020-01-05 11:01:43 -07:00

16 lines
323 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,
"**/.settings": true,
"**/.factorypath": true
}
}