9 lines
211 B
JSON
9 lines
211 B
JSON
{
|
|
"python.defaultInterpreterPath": ".venv/bin/python",
|
|
"editor.formatOnSave": true,
|
|
"[python]": {
|
|
"editor.defaultFormatter": "ms-python.python",
|
|
"editor.formatOnSave": true,
|
|
},
|
|
}
|