##// END OF EJS Templates
Added Cancellation.combine(...tokens) method to combine multiple cancellation...
Added Cancellation.combine(...tokens) method to combine multiple cancellation tokens to the aggregated token.

File last commit:

r99:7071c0e728fe ts-plugin
r170:1391543e8282 v1.4.5 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"
]
}
]
}