Created
September 29, 2023 13:42
-
-
Save gamadev3/0145aa205ee2c69dde4bb5f5b6f65b08 to your computer and use it in GitHub Desktop.
vscode-configs
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
{ | |
"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