##// END OF EJS Templates
fixed "singleton" activation type handling in container configuration...
fixed "singleton" activation type handling in container configuration makeResolver helper converted to async fixed passing parameters to a factory in the container compatibility improvements with previous versions of the library

File last commit:

r64:a58e38dc6b10 default
r65:0c74a0572161 v1.2.13 default
Show More
settings.json
15 lines | 427 B | application/json | JsonLexer
{
"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
}