19 lines
456 B
JSON
19 lines
456 B
JSON
{
|
|
"java.configuration.updateBuildConfiguration": "disabled",
|
|
"java.import.gradle.enabled": false,
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true,
|
|
"bin/": true,
|
|
"**/.classpath": true,
|
|
"**/.project": true,
|
|
"**/.settings": true,
|
|
"**/.factorypath": true,
|
|
"**/*~": true
|
|
},
|
|
"C_Cpp.default.configurationProvider": "vscode-wpilib"
|
|
}
|