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