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

vscode extension's preferDaemon setting doesn't work #755

Open
DetachHead opened this issue Sep 10, 2024 · 0 comments
Open

vscode extension's preferDaemon setting doesn't work #755

DetachHead opened this issue Sep 10, 2024 · 0 comments
Labels
p-1 high

Comments

@DetachHead
Copy link
Collaborator

when setting "mypy-type-checker.preferDaemon": true in vscode settings, it doesn't use the daemon. i think because it's expecting the version output to start with "dmypy" but basedmypy prints this instead:

Basedmypy-Daemon 2.6.0
Based on dmypy 1.11.1

see https:/microsoft/vscode-mypy/blob/b6506220c4daae7896add068cc3fb3a0df5b03b8/bundled/tool/lsp_server.py#L124

@KotlinIsland KotlinIsland added the p-1 high label Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p-1 high
Projects
None yet
Development

No branches or pull requests

2 participants