matangover/mypy-vscode

Can the log-file be made configurable?

Opened this issue · 1 comments

We'd like to define a custom location for the logs to go to as our architecture is setup to look in specific pre-determined location for the mypy logs. If it could be exposed as a setting that would be awesome!

Example in settings.json

{
    "mypy.dmypyExecutable": "${workspaceFolder}/.venv/bin/dmypy",
    "mypy.configFile": "/path/to/pyproject.toml",
    "mypy.targets": [
        "app"
    ],
   "mypy.logFile": "/path/to/.dmypy.log",
}

Sounds like a reasonable request, although what are you using the logs of the daemon for? They are usually empty as far as I know