50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"C_Cpp.intelliSenseEngine": "disabled",
|
|
"idf.port": "/dev/ttyACM1",
|
|
"files.associations": {
|
|
"*.old": "cpp"
|
|
},
|
|
"files.exclude": {
|
|
"**/node_modules/": true,
|
|
"**/dist/": true,
|
|
"**/*.class": true,
|
|
"**/*.py[cod]": true,
|
|
"**/*.log": true,
|
|
"**/*.jar": true,
|
|
"**/target/": true,
|
|
"**/.idea/": true,
|
|
"**/TEST*.xml": true,
|
|
"**/.DS_Store": true,
|
|
"**/Thumbs.db": true,
|
|
"**/*.app": true,
|
|
"**/*.exe": true,
|
|
"**/*.war": true,
|
|
"**/*.mp4": true,
|
|
"**/*.tiff": true,
|
|
"**/*.avi": true,
|
|
"**/*.flv": true,
|
|
"**/*.mov": true,
|
|
"**/*.wmv": true,
|
|
"**/*.d": true,
|
|
"**/*.slo": true,
|
|
"**/*.lo": true,
|
|
"**/*.o": true,
|
|
"**/*.obj": true,
|
|
"**/*.gch": true,
|
|
"**/*.pch": true,
|
|
"**/*.ilk": true,
|
|
"**/*.pdb": true,
|
|
"**/*.so": true,
|
|
"**/*.dylib": true,
|
|
"**/*.dll": true,
|
|
"**/*.mod": true,
|
|
"**/*.smod": true,
|
|
"**/*.lai": true,
|
|
"**/*.la": true,
|
|
"**/*.a": true,
|
|
"**/*.lib": true,
|
|
"**/*.out": true,
|
|
"**/*.dwo": true,
|
|
"**/*.bin": true
|
|
}
|
|
} |