Files
eb001/.vscode/settings.json

10 lines
175 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",
"compare": "c"
2023-06-18 13:06:31 +00:00
}
}