Skip to content

Instantly share code, notes, and snippets.

@gamadev3
Created September 29, 2023 13:42
Show Gist options
  • Save gamadev3/0145aa205ee2c69dde4bb5f5b6f65b08 to your computer and use it in GitHub Desktop.
Save gamadev3/0145aa205ee2c69dde4bb5f5b6f65b08 to your computer and use it in GitHub Desktop.
vscode-configs
{
"explorer.compactFolders": false,
"editor.minimap.enabled": false,
"files.associations": {
"**/*.html": "django-html",
"**/templates/**/*.html": "django-html",
"**/templates/**/*.css": "css",
"*.css": "css"
},
"emmet.includeLanguages": {
"django-html": "html"
},
"files.autoSave": "afterDelay",
"security.allowedUNCHosts": [
"wsl.localhost"
],
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "'Droid Sans Mono'",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment