SnipeitPS/.vscode/launch.json

51 lines
1.3 KiB
JSON
Raw Normal View History

2017-11-18 18:18:41 +00:00
{
"version": "0.2.0",
2017-11-19 10:57:26 +00:00
<<<<<<< HEAD
2017-11-18 18:18:41 +00:00
"configurations": [{
2017-11-19 10:57:26 +00:00
=======
2017-11-18 19:50:47 +00:00
"configurations": [
{
"type": "PowerShell",
"request": "launch",
"name": "PowerShell Interactive Session",
"cwd": "${workspaceRoot}"
},
{
2017-11-19 10:57:26 +00:00
>>>>>>> 13ec3a62ac71275ec2bbe0bbf993130e9f53589f
2017-11-18 18:18:41 +00:00
"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}"
2017-11-19 10:57:26 +00:00
<<<<<<< HEAD
2017-11-18 18:18:41 +00:00
},
{
"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}"
}
]
}
2017-11-19 10:57:26 +00:00
=======
2017-11-18 19:50:47 +00:00
}
]
2017-11-19 10:57:26 +00:00
}
>>>>>>> 13ec3a62ac71275ec2bbe0bbf993130e9f53589f