Delete .vscode directory

This commit is contained in:
Estrella Pan
2022-06-16 10:25:15 +08:00
committed by GitHub
parent 79702a257d
commit feb904ecc3
2 changed files with 0 additions and 41 deletions

29
.vscode/launch.json vendored
View File

@@ -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
},
]
}

12
.vscode/settings.json vendored
View File

@@ -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,
}