mypy-vscode icon indicating copy to clipboard operation
mypy-vscode copied to clipboard

Can the log-file be made configurable?

Open juandiegopalomino opened this issue 8 months ago • 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",
}

juandiegopalomino avatar Jun 06 '24 18:06 juandiegopalomino