##// 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
{
"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
}