Files
owlTransmitter/py.code-workspace
2026-04-10 10:58:32 +08:00

17 lines
341 B
Plaintext

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