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