Files
eb001/.vscode/settings.json

9 lines
151 B
JSON

{
"files.watcherExclude": {
"**/target": true
},
"files.associations": {
"system_cfg.h": "c",
"plic.h": "c"
}
}