You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
656 B
JSON
25 lines
656 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Run Android on emulator",
|
|
"type": "cordova",
|
|
"request": "launch",
|
|
"platform": "android",
|
|
"target": "Pixel_4_API_30",
|
|
"port": 9222,
|
|
"sourceMaps": true,
|
|
"cwd": "${workspaceFolder}"
|
|
},
|
|
{
|
|
"name": "Run Android on device",
|
|
"type": "cordova",
|
|
"request": "launch",
|
|
"platform": "android",
|
|
"target": "device",
|
|
"port": 9222,
|
|
"sourceMaps": true,
|
|
"cwd": "${workspaceFolder}"
|
|
}
|
|
]
|
|
} |