Skip to content

Instantly share code, notes, and snippets.

@hongymagic
Created June 6, 2017 06:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hongymagic/13ca687f6905bea211c82a524e58d1a2 to your computer and use it in GitHub Desktop.
Save hongymagic/13ca687f6905bea211c82a524e58d1a2 to your computer and use it in GitHub Desktop.
VSCode workspace settings
{
"editor.cursorBlinking": "solid",
"editor.cursorStyle": "block",
"editor.folding": false,
"editor.fontFamily": "'Fira Code', Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.fontSize": 18,
"editor.lineHeight": 54,
"editor.lineNumbers": "relative",
"editor.renderIndentGuides": true,
"editor.renderControlCharacters": true,
"editor.renderWhitespace": "all",
"editor.rulers": [
78,
80
],
"editor.trimAutoWhitespace": true,
"files.trimTrailingWhitespace": true,
"flow.useNPMPackagedFlow": true,
"javascript.validate.enable": false,
"terminal.integrated.fontFamily": "'Fira Code', Menlo, Monaco, 'Courier New', monospace",
"terminal.integrated.fontLigatures": true,
"terminal.integrated.fontSize": 16,
"terminal.integrated.lineHeight": 1,
"terminal.integrated.cursorStyle": "block",
"vim.useCtrlKeys": true,
"vim.easymotion": true,
"vim.easymotionMarkerBackgroundColor": "rgba(181,137,0, 1.0)",
"vim.easymotionMarkerForegroundColorOneChar": "black",
"vim.easymotionMarkerForegroundColorTwoChar": "black",
"vim.easymotionMarkerFontFamily": "Fira Code",
"vim.easymotionMarkerHeight": 18,
"vim.easymotionMarkerYOffset": 16,
"vim.easymotionMarkerWidthPerChar": 9,
"vim.hlsearch": true,
"vim.leader": ",",
"vsicons.projectDetection.autoReload": true,
"workbench.editor.enablePreview": false,
"workbench.colorTheme": "Tomorrow Night",
"workbench.welcome.enabled": false,
"vsicons.dontShowNewVersionMessage": true,
"vim.disableAnnoyingNeovimMessage": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment