pyflow icon indicating copy to clipboard operation
pyflow copied to clipboard

tools like `black` don't work with VSCode

Open tkamenoko opened this issue 5 years ago • 2 comments

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.

tkamenoko avatar Nov 22 '19 06:11 tkamenoko

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.

David-OConnor avatar Nov 23 '19 22:11 David-OConnor

I'm not sure if this is something we can fix directly, but I'm treating it as such until proved otherwise.

David-OConnor avatar Nov 24 '19 16:11 David-OConnor