mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
* Change image.android to use the new image.Cahce class from widgets. * fix npm scripts * npm tsc will compile all so no need for npm run dev-tsc-tests * fix tslint error * image-tests use memory only cache. * fix exception in image.android * Change image-tests so that Image won't be GC immediately. * Change cacheMode to enum
70 lines
2.0 KiB
JSON
70 lines
2.0 KiB
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Sync on iOS",
|
|
"type": "nativescript",
|
|
"platform": "ios",
|
|
"request": "launch",
|
|
"appRoot": "${workspaceRoot}",
|
|
"sourceMaps": true,
|
|
"diagnosticLogging": false,
|
|
"emulator": false,
|
|
"rebuild": false,
|
|
"syncAllFiles": false
|
|
},
|
|
{
|
|
"name": "Launch on iOS",
|
|
"type": "nativescript",
|
|
"platform": "ios",
|
|
"request": "launch",
|
|
"appRoot": "${workspaceRoot}",
|
|
"sourceMaps": true,
|
|
"diagnosticLogging": false,
|
|
"emulator": false,
|
|
"rebuild": true
|
|
},
|
|
{
|
|
"name": "Attach on iOS",
|
|
"type": "nativescript",
|
|
"platform": "ios",
|
|
"request": "attach",
|
|
"appRoot": "${workspaceRoot}",
|
|
"sourceMaps": true,
|
|
"diagnosticLogging": false,
|
|
"emulator": false
|
|
},
|
|
{
|
|
"name": "Sync on Android",
|
|
"type": "nativescript",
|
|
"platform": "android",
|
|
"request": "launch",
|
|
"appRoot": "${workspaceRoot}",
|
|
"sourceMaps": true,
|
|
"diagnosticLogging": false,
|
|
"emulator": false,
|
|
"rebuild": false
|
|
},
|
|
{
|
|
"name": "Launch on Android",
|
|
"type": "nativescript",
|
|
"platform": "android",
|
|
"request": "launch",
|
|
"appRoot": "${workspaceRoot}",
|
|
"sourceMaps": true,
|
|
"diagnosticLogging": false,
|
|
"emulator": false,
|
|
"rebuild": true
|
|
},
|
|
{
|
|
"name": "Attach on Android",
|
|
"type": "nativescript",
|
|
"platform": "android",
|
|
"request": "attach",
|
|
"appRoot": "${workspaceRoot}",
|
|
"sourceMaps": true,
|
|
"diagnosticLogging": false,
|
|
"emulator": false
|
|
}
|
|
]
|
|
} |