Created
September 29, 2023 13:42
vscode-configs
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
{ | |
"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