diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 0237a048..00000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - // 使用 IntelliSense 了解相关属性。 - // 悬停以查看现有属性的描述。 - // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": "Python: app", - "type": "python", - "request": "launch", - "program": "${workspaceFolder}/auto_bangumi/app.py", - "args": [ - "-d" - ], - "cwd": "${workspaceFolder}/auto_bangumi", - "console": "integratedTerminal", - "justMyCode": true - }, - { - "name": "Python: 当前文件", - "type": "python", - "request": "launch", - "program": "${file}", - "cwd": "${workspaceFolder}/AutoBangumi/app", - "console": "integratedTerminal", - "justMyCode": true - }, - ] -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 5e429054..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "python.formatting.provider": "black", - "python.testing.unittestArgs": [ - "-v", - "-s", - "./tests", - "-p", - "test_*.py" - ], - "python.testing.pytestEnabled": false, - "python.testing.unittestEnabled": true, -} \ No newline at end of file