16 lines
383 B
JSON
16 lines
383 B
JSON
{
|
|
"python.languageServer": "None",
|
|
"cSpell.words": [
|
|
"traefik"
|
|
],
|
|
"editor.formatOnSave": true,
|
|
"[python]": {
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": "explicit",
|
|
"source.unusedImports": "explicit"
|
|
}
|
|
},
|
|
"terminal.integrated.env.linux": {
|
|
"PYTHONPATH": "${workspaceFolder}/src"
|
|
},
|
|
} |