commit4
This commit is contained in:
17
py.code-workspace
Normal file
17
py.code-workspace
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"files.autoSave": "onFocusChange",
|
||||
"editor.wordWrap": "on",
|
||||
"[python]": {
|
||||
"diffEditor.ignoreTrimWhitespace": false,
|
||||
"editor.formatOnType": true,
|
||||
"editor.wordBasedSuggestions": "off"
|
||||
},
|
||||
"python.envFile": "${workspaceFolder}/.venv"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user