2021-09-06 01:45:23 +00:00
|
|
|
{
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"python.formatting.autopep8Args": [
|
|
|
|
"--ignore",
|
|
|
|
"E402"
|
|
|
|
],
|
|
|
|
"python.autoComplete.extraPaths": [
|
|
|
|
"libs"
|
2021-09-09 21:37:02 +00:00
|
|
|
],
|
|
|
|
"python.pythonPath": "runtime/install/bin/python3"
|
2021-09-06 01:45:23 +00:00
|
|
|
}
|