项目备份
This commit is contained in:
24
py.code-workspace
Normal file
24
py.code-workspace
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user