mirror of
https://github.com/codeninjasuk/game-freddies-adventure.git
synced 2024-11-25 00:48:02 -05:00
29 lines
730 B
JSON
29 lines
730 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,
|
||
|
"**/.pxt/**": true
|
||
|
},
|
||
|
"files.associations": {
|
||
|
"*.blocks": "html",
|
||
|
"*.jres": "json"
|
||
|
},
|
||
|
"search.exclude": {
|
||
|
"**/built": true,
|
||
|
"**/node_modules": true,
|
||
|
"**/yotta_modules": true,
|
||
|
"**/yotta_targets": true,
|
||
|
"**/pxt_modules": true,
|
||
|
"**/.pxt": true
|
||
|
},
|
||
|
"files.exclude": {
|
||
|
"**/pxt_modules": true,
|
||
|
"**/.pxt": true
|
||
|
}
|
||
|
}
|