You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying to get this extension to work in a mono-repo. According to the README, this is supported by setting the mypy-type-checker.cwd setting to ${fileDirname}. This is described in two separate places in the README (Both in the 'Usage and Features' section and in the 'Settings' table in the description of mypy-type-checker.cwd).
However when I try to set this setting either in settings.json or in the ui, the extension crashes. I could also find conflicting information underneath the settings table, stating that there are only 4 valid substitutions for some of the mypy-type-checker settings, including the mypy-type-checker.cwd setting. ${fileDirname} is not one of those 4 substitutions.
The text was updated successfully, but these errors were encountered:
I have been trying to get this extension to work in a mono-repo. According to the README, this is supported by setting the
mypy-type-checker.cwd
setting to ${fileDirname}. This is described in two separate places in the README (Both in the 'Usage and Features' section and in the 'Settings' table in the description ofmypy-type-checker.cwd
).However when I try to set this setting either in settings.json or in the ui, the extension crashes. I could also find conflicting information underneath the settings table, stating that there are only 4 valid substitutions for some of the
mypy-type-checker
settings, including themypy-type-checker.cwd
setting. ${fileDirname} is not one of those 4 substitutions.The text was updated successfully, but these errors were encountered: