Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. {
  2. "type": "PowerShell",
  3. "request": "launch",
  4. "name": "PowerShell Launch (current file)",
  5. "script": "${file}",
  6. "args": [],
  7. "cwd": "${file}"
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement