This commit is contained in:
林觅
2026-04-10 10:58:32 +08:00
parent 87786bac50
commit 85d921b501
4 changed files with 47 additions and 0 deletions

17
py.code-workspace Normal file
View File

@@ -0,0 +1,17 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.autoSave": "onFocusChange",
"editor.wordWrap": "on",
"[python]": {
"diffEditor.ignoreTrimWhitespace": false,
"editor.formatOnType": true,
"editor.wordBasedSuggestions": "off"
},
"python.envFile": "${workspaceFolder}/.venv"
}
}