Initial files for MakeCode project

This commit is contained in:
H. Saw 2022-12-08 13:00:51 +08:00
parent 7e2839ccea
commit ea70643c34
11 changed files with 116 additions and 0 deletions

23
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,23 @@
{
"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
}
}