10 lines
263 B
JSON
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"
|
|
} |