Files
eb001/.vscode/settings.json

9 lines
151 B
JSON
Raw Normal View History

2023-06-18 13:06:31 +00:00
{
"files.watcherExclude": {
"**/target": true
},
"files.associations": {
"system_cfg.h": "c",
"plic.h": "c"
2023-06-18 13:06:31 +00:00
}
}