Last active
January 25, 2022 00:29
-
-
Save giljr/5f0404c439b1b657fc0a868e43edb646 to your computer and use it in GitHub Desktop.
VS Code Django Project
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
{ | |
"window.zoomLevel": 2, | |
"editor.fontSize": 12, | |
"emmet.triggerExpansionOnTab": true, | |
"files.associations": {"*html":"html"}, | |
"code-runner.ignoreSelection": true, | |
"code-runner.runInTerminal": true, | |
"python.linting.mypyEnabled": true, | |
"python.linting.flake8Enabled": true, | |
"python.testing.unittestEnabled": true, | |
"[python]": { | |
"editor.formatOnSave": true | |
}, | |
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
VS Code 4 Django Project