Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. "macros": {
  2. "openFileAndKeep": [
  3. "list.select",
  4. "workbench.action.keepEditor"
  5. ]
  6. },
  7.  
  8. {
  9. "key": "enter",
  10. "command": "macros.openFileAndKeep",
  11. "when": "listFocus"
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement