Created
January 28, 2022 14:09
-
-
Save mlemiam/bfc9591c00b265c394ccb1002aa15dc2 to your computer and use it in GitHub Desktop.
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
| { | |
| "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