mirror of
https://github.com/buzz-lightsnack-2007/MicroBit_SimpleCounter.git
synced 2024-08-14 23:50:57 +00:00
23 lines
No EOL
591 B
JSON
23 lines
No EOL
591 B
JSON
{
|
|
"editor.formatOnType": true,
|
|
"files.autoSave": "afterDelay",
|
|
"files.watcherExclude": {
|
|
"**/.git/objects/**": true,
|
|
"**/built/**": true,
|
|
"**/node_modules/**": true,
|
|
"**/yotta_modules/**": true,
|
|
"**/yotta_targets": true,
|
|
"**/pxt_modules/**": true
|
|
},
|
|
"files.associations": {
|
|
"*.blocks": "html",
|
|
"*.jres": "json"
|
|
},
|
|
"search.exclude": {
|
|
"**/built": true,
|
|
"**/node_modules": true,
|
|
"**/yotta_modules": true,
|
|
"**/yotta_targets": true,
|
|
"**/pxt_modules": true
|
|
}
|
|
} |