Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zed configurations in CMA #67

Closed
piercefreeman opened this issue Mar 15, 2024 · 1 comment
Closed

Zed configurations in CMA #67

piercefreeman opened this issue Mar 15, 2024 · 1 comment

Comments

@piercefreeman
Copy link
Owner

piercefreeman commented Mar 15, 2024

Add a reasonable Zed project default for CMA.

pyrightconfig.json

Include the path to the venv, dependent on whether the project is using poetry or venv.

{
  "venv": "mylib-aXdKuegZ-py3.11",
  "venvPath": "/Users/{user}/Library/Caches/pypoetry/virtualenvs"
}

Default search flags

Exclude the auto-generated directories. Seems to already be the default behavior since zed-industries/zed#5443, where the search will ignore files in .gitignore. We already add our build artifacts to the template .gitignore so there's nothing else to do here.

@piercefreeman
Copy link
Owner Author

Addressed in #78

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant