зеркало из https://github.com/microsoft/pxt-midi.git
19 строки
503 B
JSON
19 строки
503 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
|
|
},
|
|
"search.exclude": {
|
|
"**/built": true,
|
|
"**/node_modules": true,
|
|
"**/yotta_modules": true,
|
|
"**/yotta_targets": true,
|
|
"**/pxt_modules": true
|
|
}
|
|
} |