mirror of
https://github.com/ylw00/qxVm.git
synced 2025-04-19 11:14:47 +08:00
27 lines
829 B
JSON
27 lines
829 B
JSON
{
|
|
// 使用 IntelliSense 了解相关属性。
|
|
// 悬停以查看现有属性的描述。
|
|
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "pwa-node",
|
|
"request": "launch",
|
|
"name": "Launch Program",
|
|
"skipFiles": [
|
|
"<node_internals>/**"
|
|
],
|
|
"program": "${workspaceFolder}\\z_working\\rs5Vm.js"
|
|
},
|
|
{
|
|
"type": "node",
|
|
"request": "launch",
|
|
"name": "浏览器无环境",
|
|
"skipFiles": [
|
|
"<node_internals>/**"
|
|
],
|
|
"runtimeExecutable": "node-inspect",
|
|
"program": "${workspaceFolder}\\z_working\\rs5Vm.js"
|
|
}
|
|
]
|
|
} |