mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
* fix button ios color property when textDecoration is applied * Button ios color set on titleLabel * Coerce tabView selectedIndex after native items are set
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Launch on iOS",
|
|
"type": "nativescript",
|
|
"request": "launch",
|
|
"platform": "ios",
|
|
"appRoot": "${workspaceRoot}",
|
|
"sourceMaps": true,
|
|
"watch": true,
|
|
"tnsArgs": [
|
|
"--sync-all-files"
|
|
]
|
|
},
|
|
{
|
|
"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,
|
|
"tnsArgs": [
|
|
"--sync-all-files"
|
|
]
|
|
},
|
|
{
|
|
"name": "Attach on Android",
|
|
"type": "nativescript",
|
|
"request": "attach",
|
|
"platform": "android",
|
|
"appRoot": "${workspaceRoot}",
|
|
"sourceMaps": true,
|
|
"watch": false
|
|
}
|
|
]
|
|
} |