Skip to content

Instantly share code, notes, and snippets.

@TGIFelix
Created August 11, 2022 13:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TGIFelix/13bac1f86a0ca01a4023f9da62a48ff9 to your computer and use it in GitHub Desktop.
Save TGIFelix/13bac1f86a0ca01a4023f9da62a48ff9 to your computer and use it in GitHub Desktop.
vscode_old
{
"workbench.startupEditor": "none",
"workbench.colorTheme": "Dracula",
"editor.fontFamily": "Fira Code",
// "editor.fontFamily": "JetBrains Mono",
"editor.fontWeight": "400",
"editor.fontLigatures": true,
"editor.useTabStops": true,
"editor.wordWrap": "on",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"diffEditor.wordWrap": "on",
"security.workspace.trust.untrustedFiles": "open",
"git.suggestSmartCommit": false,
"git.confirmSync": false,
"git.autofetch": true,
"emmet.showSuggestionsAsSnippets": true,
"emmet.includeLanguages": {
"njk": "html",
"vue": "html",
"liquid": "html",
"postcss": "css",
"php": "html",
"astro": "html"
},
"workbench.iconTheme": "material-icon-theme",
"editor.inlineSuggest.enabled": true,
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": false,
"php": true
},
"editor.accessibilitySupport": "off",
"editor.bracketPairColorization.enabled": true,
"editor.linkedEditing": true,
"liquid.format": true,
"liveServer.settings.donotShowInfoMsg": true,
"gitlens.hovers.currentLine.over": "line",
"files.associations": {
"*.astro": "astro"
},
"liveshare.presence": false,
"editor.formatOnSave": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment