##// END OF EJS Templates
Corrected Scope.own() to cleanup the supplied object immediately when the scope is disposed already
Corrected Scope.own() to cleanup the supplied object immediately when the scope is disposed already

File last commit:

r116:aac297dda27d v1.6.0 default
r131:c7d9ad82b374 v1.8.1 default
Show More
launch.json
18 lines | 830 B | application/json | JsonLexer
cin
added reduce() and next() methods to observable...
r116 {
// Используйте IntelliSense, чтобы узнать о возможных атрибутах.
// Наведите указатель мыши, чтобы просмотреть описания существующих атрибутов.
// Для получения дополнительной информации посетите: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch tests",
"skipFiles": [
"<node_internals>/**"
],
"program": "${workspaceFolder}/djx/build/test/index.js",
"cwd": "${workspaceFolder}/djx/build/test",
"console": "integratedTerminal"
}
]
}