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

Can the status file be made configurable? #93

Open
juandiegopalomino opened this issue Jun 6, 2024 · 1 comment
Open

Can the status file be made configurable? #93

juandiegopalomino opened this issue Jun 6, 2024 · 1 comment

Comments

@juandiegopalomino
Copy link

juandiegopalomino commented Jun 6, 2024

We have another system that might be attempting to run dmypy, but for the exact same project. What would really help not having duplicate dmypys is if we can specify a status file and then this extension uses the "shared" dmypy instance.

Example in settings.json

{
    "mypy.dmypyExecutable": "${workspaceFolder}/.venv/bin/dmypy",
    "mypy.configFile": "/path/to/pyproject.toml",
    "mypy.targets": [
        "app"
    ],
   "mypy.statusFile": "/path/to/.dmypy.json",
}
@matangover
Copy link
Owner

Sorry for the delay. This sounds like a reasonable feature request.

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

2 participants