11 lines
259 B
JSON
11 lines
259 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "PowerShell: Launch Script",
|
||
|
"type": "PowerShell",
|
||
|
"request": "launch",
|
||
|
"script": "${workspaceFolder}\\sputils.ps1",
|
||
|
"args": []
|
||
|
}
|
||
|
]
|
||
|
}
|