New theme with color Clear Digits added
This commit is contained in:
parent
0fc3f008ad
commit
69da610a0b
17
.vscode/launch.json
vendored
Normal file
17
.vscode/launch.json
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
// Verwendet IntelliSense zum Ermitteln möglicher Attribute.
|
||||||
|
// Zeigen Sie auf vorhandene Attribute, um die zugehörigen Beschreibungen anzuzeigen.
|
||||||
|
// Weitere Informationen finden Sie unter https://go.microsoft.com/fwlink/?linkid=830387
|
||||||
|
"version": "0.2.0",
|
||||||
|
"configurations": [
|
||||||
|
{
|
||||||
|
"name": "Python: Main File execution",
|
||||||
|
"type": "python",
|
||||||
|
"request": "launch",
|
||||||
|
"program": "${workspaceFolder}/manage.py",
|
||||||
|
"args": ["runserver"],
|
||||||
|
"console": "integratedTerminal",
|
||||||
|
"justMyCode": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
21
.vscode/settings.json
vendored
21
.vscode/settings.json
vendored
@ -1,8 +1,15 @@
|
|||||||
{
|
{
|
||||||
"python.analysis.typeCheckingMode": "basic",
|
"python.defaultInterpreterPath": "./venv/bin/python",
|
||||||
"editor.formatOnSave": true,
|
"autopep8.args": ["--max-line-length=150"],
|
||||||
"editor.fontSize": 14,
|
"python.formatting.provider": "none",
|
||||||
"emmet.includeLanguages": {
|
"[python]": {
|
||||||
"django-html": "html"
|
"editor.defaultFormatter": "ms-python.python",
|
||||||
}
|
"editor.formatOnSave": true
|
||||||
}
|
},
|
||||||
|
"editor.formatOnSave": true,
|
||||||
|
"editor.fontSize": 14,
|
||||||
|
"emmet.includeLanguages": { "django-html": "html" },
|
||||||
|
"python.testing.pytestArgs": ["-v", "--cov", "--cov-report=xml", "__test__"],
|
||||||
|
"python.testing.unittestEnabled": false,
|
||||||
|
"python.testing.pytestEnabled": true
|
||||||
|
}
|
||||||
|
2
themes
2
themes
@ -1 +1 @@
|
|||||||
Subproject commit e4a7af36eac358438ab67405bf35d79b75025744
|
Subproject commit 13a8d8ebc4c82d2000af4464b863cf3b38a7a1fe
|
Loading…
x
Reference in New Issue
Block a user