13 lines
332 B
JSON
13 lines
332 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name":"Run",
|
|
"request": "launch",
|
|
"type": "PowerShell",
|
|
"preLaunchTask": "Build",
|
|
"script": "${workspaceFolder}/virtualbox-wrapper.ps1",
|
|
"args": ["-Command", "up"],
|
|
"cwd": "${workspaceFolder}",
|
|
}
|
|
]
|
|
} |