forked from microsoft/pxt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
30 lines (30 loc) · 925 Bytes
/
settings.json
File metadata and controls
30 lines (30 loc) · 925 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
// Place your settings in this file to overwrite default and user settings.
{
"file.autoSave": "on",
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/built/**": true,
"**/node_modules/**": true,
"**/yotta_modules/**": true,
"**/yotta_targets": true,
"**/pxt_modules/**": true
},
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/yotta_modules/**": true,
"**/yotta_targets": true,
"**/pxt_modules/**": true
},
"typescript.tsdk": "node_modules/typescript/lib",
"editor.formatOnType": false,
"tslint.enable": true,
"tslint.rulesDirectory": "node_modules/tslint-microsoft-contrib",
"files.associations": {
"*.blocks": "html",
"*.overrides": "less",
"*.variables": "less",
"*.jres": "json"
},
"git.ignoreLimitWarning": true
}