mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
* Fix action-bar systemIcon Fix CSS applying * refactoring * fix console * remove StyleScope import - it is private and cannot be imported in public .d.ts
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Launch on iOS",
|
|
"type": "nativescript",
|
|
"request": "launch",
|
|
"platform": "ios",
|
|
"appRoot": "${workspaceRoot}",
|
|
"sourceMaps": true,
|
|
"watch": true,
|
|
"stopOnEntry": true
|
|
},
|
|
{
|
|
"name": "Attach on iOS",
|
|
"type": "nativescript",
|
|
"request": "attach",
|
|
"platform": "ios",
|
|
"appRoot": "${workspaceRoot}",
|
|
"sourceMaps": true,
|
|
"watch": false
|
|
},
|
|
{
|
|
"name": "Launch on Android",
|
|
"type": "nativescript",
|
|
"request": "launch",
|
|
"platform": "android",
|
|
"appRoot": "${workspaceRoot}",
|
|
"sourceMaps": true,
|
|
"watch": true,
|
|
"stopOnEntry": true
|
|
},
|
|
{
|
|
"name": "Attach on Android",
|
|
"type": "nativescript",
|
|
"request": "attach",
|
|
"platform": "android",
|
|
"appRoot": "${workspaceRoot}",
|
|
"sourceMaps": true,
|
|
"watch": false
|
|
}
|
|
]
|
|
} |