diff --git a/server/.vscode/launch.json b/server/.vscode/launch.json deleted file mode 100644 index 676ce32..0000000 --- a/server/.vscode/launch.json +++ /dev/null @@ -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" - } - } - ] -} diff --git a/server/.vscode/settings.json b/server/.vscode/settings.json deleted file mode 100644 index de288e1..0000000 --- a/server/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "python.formatting.provider": "black" -} \ No newline at end of file