mirror of
https://github.com/msojocs/wx-compiler.git
synced 2025-07-19 00:00:04 +08:00
18 lines
663 B
JSON
18 lines
663 B
JSON
{
|
|
// 使用 IntelliSense 了解相关属性。
|
|
// 悬停以查看现有属性的描述。
|
|
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "nwjs",
|
|
"request": "launch",
|
|
"name": "Launch NWjs",
|
|
"nwjsVersion": "any",
|
|
"webRoot": "${workspaceFolder}",
|
|
"reloadAfterAttached": true,
|
|
"userDataDir": "${workspaceFolder}/data",
|
|
"runtimeExecutable": "/mnt/disk2/wechat-web-devtools-linux/cache/wechat_devtools_1.05.2204180_x64/wechatdevtools.exe"
|
|
}
|
|
]
|
|
} |