Guest User

Working with coderunner

a guest
Apr 14th, 2021
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. Setting.json
  2. "macros": {
  3. "commentDown": [
  4. "workbench.action.terminal.clear",
  5. "code-runner.run",
  6. ]
  7. },
  8.  
  9. keybinding.json
  10. {
  11. "key": "ctrl+k",
  12. "command": "macros.commentDown"
  13. }
Advertisement
Add Comment
Please, Sign In to add comment