mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
77 lines
2.2 KiB
JSON
77 lines
2.2 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": true,
|
|
"stopOnEntry": true
|
|
},
|
|
{
|
|
"name": "Launch on iOS",
|
|
"type": "nativescript",
|
|
"platform": "ios",
|
|
"request": "launch",
|
|
"appRoot": "${workspaceRoot}",
|
|
"sourceMaps": true,
|
|
"diagnosticLogging": false,
|
|
"emulator": false,
|
|
"rebuild": true,
|
|
"stopOnEntry": true
|
|
},
|
|
{
|
|
"name": "Attach on iOS",
|
|
"type": "nativescript",
|
|
"platform": "ios",
|
|
"request": "attach",
|
|
"appRoot": "${workspaceRoot}",
|
|
"sourceMaps": true,
|
|
"diagnosticLogging": false,
|
|
"emulator": false,
|
|
"stopOnEntry": true
|
|
},
|
|
{
|
|
"name": "Sync on Android",
|
|
"type": "nativescript",
|
|
"platform": "android",
|
|
"request": "launch",
|
|
"appRoot": "${workspaceRoot}",
|
|
"sourceMaps": true,
|
|
"diagnosticLogging": false,
|
|
"emulator": false,
|
|
"rebuild": false,
|
|
"syncAllFiles": true,
|
|
"stopOnEntry": true
|
|
},
|
|
{
|
|
"name": "Launch on Android",
|
|
"type": "nativescript",
|
|
"platform": "android",
|
|
"request": "launch",
|
|
"appRoot": "${workspaceRoot}",
|
|
"sourceMaps": true,
|
|
"diagnosticLogging": false,
|
|
"emulator": false,
|
|
"rebuild": true,
|
|
"stopOnEntry": true
|
|
},
|
|
{
|
|
"name": "Attach on Android",
|
|
"type": "nativescript",
|
|
"platform": "android",
|
|
"request": "attach",
|
|
"appRoot": "${workspaceRoot}",
|
|
"sourceMaps": true,
|
|
"diagnosticLogging": false,
|
|
"emulator": false,
|
|
"stopOnEntry": true
|
|
}
|
|
]
|
|
} |