##// END OF EJS Templates
Added childContainer service to container services, ServiceContaier is destroyable, fixed browser Uuid version
Added childContainer service to container services, ServiceContaier is destroyable, fixed browser Uuid version

File last commit:

r90:fddd238cb7ee ts-plugin
r146:f3f5c56d3b3e v1.4.0-rc5 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 }