{ "folders": [ { "path": ".", }, ], "settings": { "files.autoSave": "onFocusChange", "editor.wordWrap": "on", "[python]": { "diffEditor.ignoreTrimWhitespace": false, "editor.formatOnType": true, "editor.wordBasedSuggestions": "off", }, "git.ignoreLimitWarning": true, "editor.fontSize": 12, "editor.formatOnSave": true, // "python.defaultInterpreterPath": "C:/v_floder/_wPy64/winpy312/python/python.exe", // "python.defaultInterpreterPath": "E:/vFiles/.WPython64/wpy312/python/python.exe", // "python.defaultInterpreterPath": "D:/vbox_files/.wpy64/wpy312/python/python.exe", "python.envFile": "${workspaceFolder}/.venv", "editor.minimap.enabled": true, }, }