MotionTragic/.vscode/settings.json
2019-09-27 11:31:25 -07:00

10 lines
263 B
JSON

{
"java.configuration.updateBuildConfiguration": "automatic",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"C_Cpp.default.configurationProvider": "vscode-wpilib"
}