mypy-type-checker.args
not resolving environment variables?
#334
Labels
mypy-type-checker.args
not resolving environment variables?
#334
Diagnostic Data
Behaviour
Expected Behavior
Setting the following:
Mypy should resolve
${env:VIRTUAL_ENV}
to that environment variable's value as described in the README when it runs.Actual Behavior
Receive the following error:
It doesn't seem to be resolving the environment variable at all and is just treating it as a raw string?
Reproduction Steps:
Logs:
Click here for detailed logs
Outcome When Attempting Debugging Steps:
Did running it from the command line work? Running in PowerShell seems to work fine.
Extra Details
The text was updated successfully, but these errors were encountered: