##// END OF EJS Templates
Added tag v1.4.0 for changeset 1a8a956a013f
Added tag v1.4.0 for changeset 1a8a956a013f

File last commit:

r90:fddd238cb7ee ts-plugin
r157:f563f4b24ce3 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 }