Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. // Place your key bindings in this file to override the defaultsauto[]
  2. [
  3. {
  4. "key": "shift+z f",
  5. "command": "workbench.action.tasks.runTask",
  6. "args": "RunTestFile"
  7. },
  8. {
  9. "key": "shift+z l",
  10. "command": "workbench.action.tasks.runTask",
  11. "args": "RunSpecificTest"
  12. },
  13. ...
  14. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement