Skip to content

Instantly share code, notes, and snippets.

@nickscript0
Created February 20, 2018 23:18
Show Gist options
  • Save nickscript0/00054a7789ed2fc92e860f873f894151 to your computer and use it in GitHub Desktop.
Save nickscript0/00054a7789ed2fc92e860f873f894151 to your computer and use it in GitHub Desktop.
My Visual Studio Code User Settings
// Place your settings in this file to overwrite the default settings
{
"window.zoomLevel": 0,
"typescript.referencesCodeLens.enabled": false,
"editor.cursorBlinking": "solid",
"editor.minimap.enabled": false,
"workbench.colorCustomizations": {
"editor.lineHighlightBackground": "#585a6941"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment