##// END OF EJS Templates
added provided and configure methods to the fluent container configuration, added applyConfig method to the container
added provided and configure methods to the fluent container configuration, added applyConfig method to the container

File last commit:

r90:fddd238cb7ee ts-plugin
r142:be7edf08a115 v1.4.0-rc3 default
Show More
settings.json
20 lines | 552 B | application/json | JsonLexer
cin
minor fixes, code cleanup...
r33 {
"java.configuration.updateBuildConfiguration": "disabled",
cin
working on IoC container
r38 "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
added 'publish' task to the build script
r64 },
cin
migrating to new project plugin 1.0.1-rc1...
r90 "editor.minimap.enabled": false,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
}
cin
minor fixes, code cleanup...
r33 }