basedmypy icon indicating copy to clipboard operation
basedmypy copied to clipboard

vscode extension's `preferDaemon` setting doesn't work

Open DetachHead opened this issue 1 year ago • 0 comments

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://github.com/microsoft/vscode-mypy/blob/b6506220c4daae7896add068cc3fb3a0df5b03b8/bundled/tool/lsp_server.py#L124

DetachHead avatar Sep 10 '24 07:09 DetachHead