microsoft / vscode-autopep8

Formatting support for python using autopep8.
https://marketplace.visualstudio.com/items?itemName=ms-python.autopep8
MIT License
20 stars 13 forks source link

what is the "Unknown Configuration Setting"? #214

Closed yaya159456 closed 9 months ago

yaya159456 commented 10 months ago

when i use the configs: 1702955566469

it get the error! and it is unusefully

yaya159456 commented 10 months ago

image

karthiknadig commented 10 months ago

python.formatting.provider is not a valid setting, please remove it. autopep8.args need not be put inside [python].

karthiknadig commented 9 months ago

Because we have not heard back with the information we requested, we are closing this issue for now. If you are able to provide the info later on then we will be happy to re-open this issue to pick up where we left off.

bagustris commented 7 months ago

It may be related to #256. Please open it @karthiknadig again.

karthiknadig commented 7 months ago

@bagustris it is not. You are using autopep8 with setting that don’t work when it is used on unsaved file buffers. I have left an explanation there.