mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
21 lines
559 B
JSON
21 lines
559 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "node",
|
|
"request": "launch",
|
|
"name": "Start",
|
|
"runtimeExecutable": "npm",
|
|
"runtimeArgs": [ "start" ]
|
|
},
|
|
{
|
|
"type": "node",
|
|
"request": "launch",
|
|
"name": "Debug from package",
|
|
"runtimeExecutable": "npm",
|
|
"runtimeArgs": [ "start" ],
|
|
"preLaunchTask": "mirror-package",
|
|
"cwd": "${workspaceFolder}\\..\\package\\manager"
|
|
}
|
|
]
|
|
} |