Files
deskflow/py.code-workspace
2026-04-09 10:37:51 +08:00

25 lines
746 B
Plaintext

{
"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,
},
}