Open juandiegopalomino opened 5 months ago
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
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