Last active
December 11, 2017 15:38
-
-
Save hervehobbes/55d054004ddb6bdb47cb6a44214eedbf to your computer and use it in GitHub Desktop.
Ma configuration de vscode
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
// Placez vos paramètres dans ce fichier pour remplacer les paramètres par défaut | |
{ | |
"workbench.colorTheme": "Visual Studio Dark", | |
"editor.fontSize": 16, | |
"files.trimTrailingWhitespace": true, | |
"window.zoomLevel": 0, | |
"workbench.iconTheme": "material-icon-theme", | |
"workbench.editor.enablePreview": false, | |
"editor.minimap.enabled": false, | |
"terminal.external.windowsExec": "F:\\cmder\\cmder.exe", | |
"javascript.implicitProjectConfig.checkJs": true, | |
"workbench.panel.location": "bottom", | |
"explorer.openEditors.visible": 0 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment