17 lines
437 B
JSON
17 lines
437 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Taro 微信小程序调试",
|
|
"type": "node",
|
|
"runtimeExecutable": "npm",
|
|
"runtimeArgs": [
|
|
"run",
|
|
"dev:weapp"
|
|
],
|
|
"cwd": "${workspaceFolder}",
|
|
"console": "internalConsole",
|
|
"internalConsoleOptions": "openOnFirstSessionStart"
|
|
}
|
|
]
|
|
} |