Skip to content

Instantly share code, notes, and snippets.

@mlemiam
Created January 28, 2022 14:09
Show Gist options
  • Select an option

  • Save mlemiam/bfc9591c00b265c394ccb1002aa15dc2 to your computer and use it in GitHub Desktop.

Select an option

Save mlemiam/bfc9591c00b265c394ccb1002aa15dc2 to your computer and use it in GitHub Desktop.
{
"workbench.colorTheme": "Horizon Extended",
"editor.fontFamily": "'jetbrains mono'",
"editor.fontLigatures": true,
"editor.cursorSmoothCaretAnimation": true,
"editor.cursorBlinking": "phase",
"terminal.integrated.fontFamily": "FiraCode NF",
"workbench.startupEditor": "none",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.smoothScrolling": true,
"discord.lowerDetailsEditing": "Espace de travail : {workspace}",
"discord.lowerDetailsIdling": "Ne fait rien",
"discord.lowerDetailsNoWorkspaceFound": "Pas d'espace de travail",
"discord.largeImage": "Modifie un fichier {lang} ",
"discord.detailsEditing": "Modifie {file_name}",
"files.autoSave": "afterDelay",
"workbench.iconTheme": "material-icon-theme",
"window.zoomLevel": 0.8,
"workbench.editorAssociations": {
"*.ttf": "default"
},
"explorer.confirmDelete": false,
"liveServer.settings.donotShowInfoMsg": true,
"editor.unicodeHighlight.nonBasicASCII": false,
"files.associations": {
"*.db": "sql"
},
"bracketPairColorizer.depreciation-notice": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment