-
Notifications
You must be signed in to change notification settings - Fork 19
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
Feature request: Support running a single dmypy process for the entire workspace #95
Comments
Yes. This makes the extension unusable for multi-root workspaces with non-trivial number of projects. |
Sorry for the delay in responding. You can do this by setting |
It might work, but honestly, I wouldn't consider that a fix. |
That's a bit rude. I wasn't saying it's a fix. I offered you a workaround for your use case. I've renamed this issue to clarify that it is a feature request |
Sorry I didn't mean to be rude! As a workaround it might serve for some. However this still needs a fix. |
This is a great tip for those with large codebases! Thank you. I will definitely approve such a PR that provides a concise explanation in the readme, also pointing to the relevant docs |
Yes, if you have more than one venv, you can't run a single daemon for all of them. However, if your monorepo uses a single (or several) venvs, you can configure any number of daemons for those venvs (using |
I have a metarepo with 38 sub-repos. All those are wired on VSCode using a multi-root workspace.
Now when I open that workspace, this extension will start 38 dmypy processes. This makes my computer sluggish, at least for a noticeable time until the processes "relax".
Would it be possible to run a single dmypy process per workspace (not one per repo)?
Thanks!
The text was updated successfully, but these errors were encountered: