mypy-vscode
mypy-vscode copied to clipboard
Can the log-file be made configurable?
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",
}