{ "folders": [ { "path": "." } ], "settings": { "autoDocstring.docstringFormat": "sphinx", "python.languageServer": "Pylance", "python.linting.enabled": true, "python.linting.pylintEnabled": true, "python.testing.pytestEnabled": true, "python.testing.pytestArgs": ["tests"], "terminal.integrated.defaultProfile.linux": "zsh", "jupyter.notebookFileRoot": "${workspaceFolder}" }, }