Skip to content

Instantly share code, notes, and snippets.

@lumiobrie
Last active January 21, 2024 03:34
Show Gist options
  • Save lumiobrie/98dcca5233bd0b2ff2c11b47530a0081 to your computer and use it in GitHub Desktop.
Save lumiobrie/98dcca5233bd0b2ff2c11b47530a0081 to your computer and use it in GitHub Desktop.
Backup from VsCode user settings (%APPDATA%\Code\User\settings.json)
{
"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