11 lines
No EOL
235 B
JSON
11 lines
No EOL
235 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"python.formatting.autopep8Args": [
|
|
"--ignore",
|
|
"E402"
|
|
],
|
|
"python.autoComplete.extraPaths": [
|
|
"libs"
|
|
],
|
|
"python.pythonPath": "runtime/install/bin/python3"
|
|
} |