##// END OF EJS Templates
the build script is updated
the build script is updated

File last commit:

r0:7110eac54b19 v1.0.0 default
r2:b698f0e8883c default
Show More
settings.json
15 lines | 427 B | application/json | JsonLexer
cin
initial port of implab/web
r0 {
"java.configuration.updateBuildConfiguration": "disabled",
"tslint.enable": true,
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"/build": true
},
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/**": true,
"/build": true
},
"editor.minimap.enabled": false
}