Skip to content

Instantly share code, notes, and snippets.

@giljr
Last active January 25, 2022 00:29
Show Gist options
  • Save giljr/5f0404c439b1b657fc0a868e43edb646 to your computer and use it in GitHub Desktop.
Save giljr/5f0404c439b1b657fc0a868e43edb646 to your computer and use it in GitHub Desktop.
VS Code Django Project
{
"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",
}
@giljr
Copy link
Author

giljr commented Dec 25, 2021

VS Code 4 Django Project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment