basedmypy
basedmypy copied to clipboard
vscode extension's `preferDaemon` setting doesn't work
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