##// END OF EJS Templates
Added tag v1.3.0 for changeset 025f02eff3b2
Added tag v1.3.0 for changeset 025f02eff3b2

File last commit:

r75:682bf9cf6f0c default
r83:a5aa5facc5d4 default
Show More
settings.json
14 lines | 400 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 },
"editor.minimap.enabled": false
cin
minor fixes, code cleanup...
r33 }