matangover/mypy-vscode

[feature request] config in vscode settings for sync

beauxq opened this issue · 3 comments

For a global mypy config, I put a config file in my home folder (~/.config/mypy/config). But that means I have to maintain that config file on every machine that I work on.

I would like a configuration that works with vscode settings sync, so if I change my mypy config on one machine, it automatically changes on others.

Would #35 solve your needs?

Would #35 solve your needs?

I think it would ff the setting is in vscode settings, so that it works with vscode settings sync.

I'm not sure what settings are available in a config file and not with command line arguments, and vice versa, but that would be more of a problem with mypy, rather than with your extension.

OK, so closing in favor of #35