ps-scripts/Sharepoint/gui/spmover/.vscode/launch.json

11 lines
259 B
JSON
Raw Permalink Normal View History

{
"configurations": [
{
"name": "PowerShell: Launch Script",
"type": "PowerShell",
"request": "launch",
"script": "${workspaceFolder}\\sputils.ps1",
"args": []
}
]
}