##// END OF EJS Templates
working version...
working version all tests are passed removed _localInstall task

File last commit:

r38:d3813a6cdb36 di-typescript
r51:43a2828f8abe v1.2.0-rc di-typescript
Show More
settings.json
14 lines | 390 B | application/json | JsonLexer
cin
minor fixes, code cleanup...
r33 {
"java.configuration.updateBuildConfiguration": "disabled",
cin
working on IoC container
r38 "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
}
cin
minor fixes, code cleanup...
r33 }