##// END OF EJS Templates
working on di decorators
working on di decorators

File last commit:

r90:fddd238cb7ee ts-plugin
r109:f71c50acc9f9 ioc ts support
Show More
settings.json
20 lines | 552 B | application/json | JsonLexer
{
"java.configuration.updateBuildConfiguration": "disabled",
"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,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
}
}