SnipeitPS/.vscode/launch.json
Stephen Maunder 4953d42f57 Merge
2017-11-19 10:57:26 +00:00

50 lines
1.3 KiB
JSON

{
"version": "0.2.0",
<<<<<<< HEAD
"configurations": [{
=======
"configurations": [
{
"type": "PowerShell",
"request": "launch",
"name": "PowerShell Interactive Session",
"cwd": "${workspaceRoot}"
},
{
>>>>>>> 13ec3a62ac71275ec2bbe0bbf993130e9f53589f
"type": "PowerShell",
"request": "launch",
"name": "PowerShell Pester Tests",
"script": "Invoke-Pester",
"args": [],
"cwd": "${workspaceRoot}"
},
{
"type": "PowerShell",
"request": "launch",
"name": "PowerShell Launch (current file)",
"script": "${file}",
"args": [],
"cwd": "${file}"
<<<<<<< HEAD
},
{
"type": "PowerShell",
"request": "attach",
"name": "PowerShell Attach to Host Process",
"processId": "${command.PickPSHostProcess}",
"runspaceId": 1
},
{
"type": "PowerShell",
"request": "launch",
"name": "PowerShell Interactive Session",
"cwd": "${workspaceRoot}"
}
]
}
=======
}
]
}
>>>>>>> 13ec3a62ac71275ec2bbe0bbf993130e9f53589f