.vscode/launch.json
{
"version": "0.2.0", "configurations": [ { "name": "PowerShell", "type": "PowerShell", "request": "launch", "script": "ipmo .\\SvnToGitMirror.psd1 -Force", "args": [], "cwd": "${workspaceFolder}" } ] } |