pyflow
pyflow copied to clipboard
tools like `black` don't work with VSCode
I installed black
(pflow install --dev black
) and set "python.autoComplete.extraPaths": ["__pypackages__/3.7/lib"]
, but VSCode formatter did not work.
Setting black
path to __pypackages__/3.7/bin/black
or __pypackages__/3.7/lib/black
has no effects. Are there any workarounds?
Note that pflow black
works as expected.
Could you please describe how to set this up? I've set the setting python.formatting.provider
to black
in settings, but can't figure out how to run it. I've found several guides, all of which appear to be out of date.
edit: I'm able to reproduce.
I'm not sure if this is something we can fix directly, but I'm treating it as such until proved otherwise.