Is there an option to force using bundled formatter & deps? #97
-
Is there a way to force vscode-black-formatter to use the bundled black formatter, no matter what? Background: dev environments ships black by default, but version is incompatible with vscode-black-formatter. Uninstalling black alone does not help - still picks up incompatible click version from environment and fails. Uninstalling both black and click works, but is inconvenient. I would like to tell vscode-black-formatter to completely ignore what's in the environment and always use the bundled black + bundled deps (which always work). Is that currently possible? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We have a proposal to add a setting to do this. See here, microsoft/vscode-python#19302 . Once we are happy with the proposal, we will add that this project, the pylint, and isort projects as well. |
Beta Was this translation helpful? Give feedback.
We have a proposal to add a setting to do this. See here, microsoft/vscode-python#19302 . Once we are happy with the proposal, we will add that this project, the pylint, and isort projects as well.