Last active
January 21, 2024 03:34
-
-
Save lumiobrie/98dcca5233bd0b2ff2c11b47530a0081 to your computer and use it in GitHub Desktop.
Backup from VsCode user settings (%APPDATA%\Code\User\settings.json)
This file contains 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.sideBar.location": "right", | |
"editor.linkedEditing": true, | |
"editor.guides.bracketPairs": true, | |
"editor.stickyScroll.enabled": true, | |
"editor.cursorSmoothCaretAnimation": "on", | |
"terminal.integrated.env.windows": {}, | |
"files.autoSave": "afterDelay", | |
"editor.formatOnSave": true, | |
"editor.fontFamily": "'CaskaydiaCove Nerd Font',Consolas, 'Courier New', monospace", | |
"terminal.integrated.defaultProfile.windows": "PowerShell", | |
"git.autofetch": true, | |
"workbench.settings.applyToAllProfiles": [], | |
"editor.tabSize": 2, | |
"security.workspace.trust.untrustedFiles": "open", | |
"workbench.colorTheme": "Hub Contrast (rainglow)", | |
"workbench.iconTheme": "material-icon-theme", | |
"[markdown]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[json]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment