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

Inconsistency in settings. #79

Open
jsimonlane opened this issue Sep 19, 2023 · 3 comments
Open

Inconsistency in settings. #79

jsimonlane opened this issue Sep 19, 2023 · 3 comments

Comments

@jsimonlane
Copy link

Basically, the mypy.configFile is always in reference to the workspaceFolder, while the mypy.dmpyExecutable can use ${workspaceFolder}.

This inconsistency is confusing.

An example of a correct file:

{
    "mypy.configFile": "./mypy.ini",
    "mypy.dmypyExecutable": "${workspaceFolder}/.venv/bin/dmypy",
}
@matangover
Copy link
Owner

matangover commented Oct 27, 2023

You are right. I should fix that

@jsimonlane
Copy link
Author

any progress?

@matangover
Copy link
Owner

No

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants