##// END OF EJS Templates
Added childContainer service to container services, ServiceContaier is destroyable, fixed browser Uuid version
Added childContainer service to container services, ServiceContaier is destroyable, fixed browser Uuid version

File last commit:

r99:7071c0e728fe ts-plugin
r146:f3f5c56d3b3e v1.4.0-rc5 default
Show More
tasks.json
14 lines | 299 B | application/json | JsonLexer
cin
added properties to the build project...
r99 {
"version": "2.0.0",
"command": "./gradlew",
"type": "shell",
"tasks": [
{
"label": "Build browser test",
"args": [
"assembleTest",
"-Psymbols=local",
"-Pflavour=browser"
]
}
]
}