Advertisement
okarook

settings.json

May 19th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.43 KB | None | 0 0
  1. // Visual studio code
  2. {
  3.     "workbench.colorTheme": "Agila Oceanic Next",
  4.     "editor.tabSize": 2,
  5.     "editor.multiCursorModifier": "ctrlCmd",
  6.     "editor.rulers": [80],
  7.     "workbench.colorCustomizations": {
  8.         "editorRuler.foreground": "#000000"
  9.     },
  10.     "editor.renderLineHighlight": "gutter",
  11.     "javascript.updateImportsOnFileMove.enabled": "always",
  12.     "explorer.confirmDelete": false,
  13.     "window.zoomLevel": 0
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement