diff --git a/.zed/settings.json b/.zed/settings.json new file mode 100644 index 0000000..c9f0aa1 --- /dev/null +++ b/.zed/settings.json @@ -0,0 +1,20 @@ +// Folder-specific settings +// +// For a full list of overridable settings, and general information on folder-specific settings, +// see the documentation: https://zed.dev/docs/configuring-zed#settings-files +{ + "lsp": { + "pyright": { + "settings": { + "python.analysis": { + "diagnosticMode": "workspace", + "typeCheckingMode": "strict" + }, + "python": { + "pythonPath": ".venv/bin/python" + } + } + } + } +} +