Created
September 26, 2017 01:37
-
-
Save Yasushi/a6f16e7037c73fa46e89f2b387315480 to your computer and use it in GitHub Desktop.
vs code settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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