pilat / vscode-importmagic

MIT License
36 stars 7 forks source link

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

Open bootandy opened 6 years ago

bootandy commented 6 years ago

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?