pxt-calliope/.vscode/settings.json

21 lines
689 B
JSON
Raw Normal View History

2016-05-05 08:31:55 +02:00
// Place your settings in this file to overwrite default and user settings.
{
2016-08-26 18:31:06 +02:00
"file.autoSave": "afterDelay",
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/built/**": true,
"**/node_modules/**": true,
"**/yotta_modules/**": true,
"**/yotta_targets": true,
"**/pxt_modules/**": true
},
"search.exclude": {
"**/node_modules": true,
"**/yotta_modules/**": true,
"**/yotta_targets": true,
"**/pxt_modules/**": true
},
2016-05-05 08:31:55 +02:00
"tslint.enable": true,
2016-10-11 18:21:24 +02:00
"tslint.rulesDirectory": "node_modules/tslint-microsoft-contrib",
"typescript.tsdk": "./node_modules/typescript/lib"
2016-05-05 08:31:55 +02:00
}