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

Support multiple globs as input for exclude in multiline mode #144

Closed kirankumarmanku closed 1 year ago

kirankumarmanku commented 1 year ago

There's one more bug I found. If we have multiple globs as separate strings in the list, only first part is considered for the pattern. We should use nargs argument to process all patterns.

kirankumarmanku commented 1 year ago

@karthiknadig , found one more minor issue. Can you review this too?

kirankumarmanku commented 1 year ago

@karthiknadig , can we make sure this bug fix also will be included in today's pre-release build?