vscode-importmagic icon indicating copy to clipboard operation
vscode-importmagic copied to clipboard

It is not clear to me how to set the line limit

Open bootandy opened this issue 7 years ago • 0 comments

Firstly thanks for the extension.

Import magic itself has the attribute max_columns: https://github.com/alecthomas/importmagic max_columns = 120

But adding this to the user settings file doesn't make vscode-importmagic obey the line limit. "python.importmagic.max_columns": 120,

How do you set the line limit?

bootandy avatar Jun 21 '18 09:06 bootandy