Add dmypy status file setting #332
Labels
feature-request
Request for new features or functionality
good first issue
Good for newcomers
needs community feedback
Hello! When developing, I like to use mypy 2 ways:
When using
preferDaemon
, I find that I cannot easily have both share the same daemon process./tmp/.vscode.dmypy_status/status-<uuid>.json
status file--status-file
in my pre-commit hook, but I can't know which file the extension is usingThe impact of this is that running the pre-commit hook is slow as it cannot make use of the already running daemon.
I have also tried setting
path
to:but the extension overrides that CLI option with its own.
Proposal
Add an optional
daemonStatusFile
setting which vscode-mypy uses as the status file.The text was updated successfully, but these errors were encountered: