Advertisement
UocXLhefENcxJWtIOW92

//Vim_settings_vscode

Feb 1st, 2020
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.46 KB | None | 0 0
  1. {
  2.    "editor.minimap.enabled": false,
  3.    "window.zoomLevel": 1,
  4.    "editor.fontSize": 16,
  5.    "workbench.colorTheme": "Quiet Light",
  6.    "editor.cursorStyle": "line-thin",
  7.    "debug.inlineValues": true,
  8.    "debug.toolBarLocation": "docked",
  9. "macros": {
  10.    "closeAndExitInsertMode": [
  11.        "workbench.action.files.save",
  12.        "extension.vim_escape"
  13.    ]
  14. },
  15. "keyboard.dispatch": "keyCode",
  16. "workbench.editor.showTabs": false,
  17. "breadcrumbs.enabled": true,
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement