This commit is contained in:
Gergő Jedlicska 2021-10-06 19:42:38 +02:00
Родитель 8c31f511c9
Коммит 7091c0559d
2 изменённых файлов: 0 добавлений и 35 удалений

32
server/.vscode/launch.json поставляемый
Просмотреть файл

@ -1,32 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"env": {
"PYTHONPATH": "${cwd}",
"SPECKLE_TOKEN": "YOUR TOKEN HERE"
}
},
{
"name": "Python: FastAPI",
"type": "python",
"request": "launch",
"module": "uvicorn",
"args": ["app.main:app"],
"jinja": true,
"justMyCode": true,
"env": {
"PYTHONPATH": "${cwd}",
"SPECKLE_TOKEN": "YOUR TOKEN HERE"
}
}
]
}

3
server/.vscode/settings.json поставляемый
Просмотреть файл

@ -1,3 +0,0 @@
{
"python.formatting.provider": "black"
}