faiz14

VS Code Settings

Aug 26th, 2018
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.89 KB | None | 0 0
  1. {
  2.   "git.ignoreMissingGitWarning": true,
  3.   "editor.fontFamily": "Fira Code Retina",
  4.   "editor.fontLigatures": true,
  5.   "workbench.iconTheme": "material-icon-theme",
  6.   "workbench.colorTheme": "ƒ - AYU",
  7.   "editor.formatOnPaste": true,
  8.   "editor.multiCursorModifier": "ctrlCmd",
  9.   "editor.snippetSuggestions": "top",
  10.   "editor.formatOnSave": true,
  11.   "editor.formatOnType": false,
  12.   "workbench.activityBar.visible": false,
  13.   "editor.scrollBeyondLastLine": false,
  14.   "workbench.statusBar.visible": true,
  15.   "editor.minimap.enabled": false,
  16.   "window.menuBarVisibility": "toggle",
  17.   "workbench.sideBar.location": "left",
  18.   "files.trimTrailingWhitespace": true,
  19.   "window.zoomLevel": 0,
  20.   "liveServer.settings.CustomBrowser": "firefox",
  21.   "liveServer.settings.fullReload": true,
  22.   "liveServer.settings.port": 5555,
  23.   "explorer.confirmDelete": false,
  24.   "liveServer.settings.donotShowInfoMsg": true
  25. }
Advertisement
Add Comment
Please, Sign In to add comment