Skip to content

Instantly share code, notes, and snippets.

@hervehobbes
Last active December 11, 2017 15:38
Show Gist options
  • Save hervehobbes/55d054004ddb6bdb47cb6a44214eedbf to your computer and use it in GitHub Desktop.
Save hervehobbes/55d054004ddb6bdb47cb6a44214eedbf to your computer and use it in GitHub Desktop.
Ma configuration de vscode
// 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