1
0
镜像来自 https://github.com/arsenetar/dupeguru.git synced 2025-07-15 18:53:19 +00:00

chore: Update VS Code configuration

This commit is contained in:
Andrew Senetar 2024-05-11 00:12:19 -07:00
父節點 a81069be61
當前提交 e3bcf9d686
簽署人: arsenetar
GPG Key ID: C63300DCE48AB2F1
共有 2 個文件被更改,包括 3 次插入2 次删除

2
.vscode/launch.json vendored
查看文件

@ -6,7 +6,7 @@
"configurations": [
{
"name": "DupuGuru",
"type": "python",
"type": "debugpy",
"request": "launch",
"program": "run.py",
"console": "integratedTerminal",

查看文件

@ -12,5 +12,6 @@
"[python]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "ms-python.black-formatter"
}
},
"python.testing.pytestEnabled": true
}