Guest User

Untitled

a guest
Jan 22nd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. {
  2. "Write Verbose": {
  3. "prefix": "wv",
  4. "body": [
  5. "Write-Verbose \"[${TM_FILENAME/(.*)\\..+$/$1/}] $0\""
  6. ],
  7. "description": "Write-Verbose with base name of filename."
  8. },
  9.  
  10.  
  11. "Write Debug": {
  12. "prefix": "wd",
  13. "body": [
  14. "Write-Debug \"[${TM_FILENAME/(.*)\\..+$/$1/}] $0\""
  15. ],
  16. "description": "Write-Debug with base name of filename."
  17. }
  18.  
  19.  
  20. }
Add Comment
Please, Sign In to add comment