Skip to content

Instantly share code, notes, and snippets.

@Yasushi
Created September 26, 2017 01:37
Show Gist options
  • Save Yasushi/a6f16e7037c73fa46e89f2b387315480 to your computer and use it in GitHub Desktop.
Save Yasushi/a6f16e7037c73fa46e89f2b387315480 to your computer and use it in GitHub Desktop.
vs code settings
// Place your settings in this file to overwrite the default settings
{
"editor.fontFamily": "Source Han Code JP M, Consolas, 'Courier New', monospace",
"editor.fontSize": 13,
"window.zoomLevel": 1,
"terminal.integrated.shell.windows": "C:\\Program Files\\PowerShell\\6.0.0.14\\powershell.exe",
"workbench.colorTheme": "Quiet Light",
"typescript.referencesCodeLens.enabled": false,
"workbench.editor.enablePreview": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment