mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-22 00:00:04 +08:00
27 lines
941 B
JSON
27 lines
941 B
JSON
{
|
|
// 使用 IntelliSense 了解相关属性。
|
|
// 悬停以查看现有属性的描述。
|
|
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "nwjs",
|
|
"request": "launch",
|
|
"name": "Launch NWjs",
|
|
"nwjsVersion": "0.49.3",
|
|
"webRoot": "${workspaceFolder}/compiler/test/package.nw",
|
|
"reloadAfterAttached": true,
|
|
"runtimeArgs": [
|
|
// "--load-extension=${workspaceFolder}/tmp/data/WeappPlugin",
|
|
// "--custom-devtools-frontend=file://${workspaceFolder}/tmp/data/WeappPlugin/inspector/",
|
|
// "--user-data-dir=${workspaceFolder}/tmp/data",
|
|
// "--remote-debugging-port=9999"
|
|
],
|
|
"env": {
|
|
"LANG": "zh_CN.UTF-8"
|
|
},
|
|
"userDataDir": false,
|
|
"runtimeExecutable": "${workspaceFolder}/cache/wechat_devtools_1.05.2203070_x64/wechatdevtools.exe"
|
|
}
|
|
]
|
|
} |