feat(easel): add base template
This commit is contained in:
@@ -1,19 +1,29 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
"path": ".",
|
||||
},
|
||||
],
|
||||
"settings": {
|
||||
"python.testing.pytestArgs": ["tests", "-s"],
|
||||
"python.testing.unittestEnabled": false,
|
||||
"python.testing.pytestEnabled": true,
|
||||
"python-envs.pythonProjects": [
|
||||
{
|
||||
"path": ".",
|
||||
"envManager": "ms-python.python:poetry",
|
||||
"packageManager": "ms-python.python:poetry",
|
||||
},
|
||||
],
|
||||
"files.associations": {
|
||||
"*.html": "jinja-html",
|
||||
},
|
||||
"files.exclude": {
|
||||
"**/__pycache__": true
|
||||
"**/__pycache__": true,
|
||||
},
|
||||
"terminal.integrated.env.linux": {
|
||||
"PYTHONPATH": "${workspaceFolder}"
|
||||
}
|
||||
"PYTHONPATH": "${workspaceFolder}",
|
||||
},
|
||||
},
|
||||
"launch": {
|
||||
"version": "0.2.1",
|
||||
@@ -27,9 +37,9 @@
|
||||
"gallery.main:app",
|
||||
"--reload",
|
||||
"--log-config",
|
||||
"gallery/logging.yaml"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
"gallery/logging.yaml",
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user