BartPermentier / al-toolbox

Adds Features to the AL Language Extension
MIT License
13 stars 9 forks source link

AL Toobox prevents folding icons in .al files with many lines #23

Closed lvanvugt closed 4 years ago

lvanvugt commented 4 years ago

@BartPermentier, today we found out that when AL Toolbox is enabled in VSCode folding icons disappear. And any shortcut key combination to fold certain part does also not work any more.

See also my tweet thread: https://twitter.com/lucvanvugt/status/1316723666256883712

BartPermentier commented 4 years ago

Hey Luc, We will look into it. Can you make sure that you have the latest version installed of ALTB please? Version 2+ should have already resolved this. Or is it blocking another language?

lvanvugt commented 4 years ago

Version 2.0.2 installed

image

And this is all installed next to AL Toolbox

image

KasperDeSmedt commented 4 years ago

@lvanvugt This should be fixed in the next version. For the moment you can disable the folding provided by this extension by setting ALTB.DisableCustomFolding to true in your user settings. This does mean that folding for regions with marker '//#(end)region' won't work.

BartPermentier commented 4 years ago

The next version is published and should be available within the hour.

NKarolak commented 4 years ago

For me, in v2.0.3 it is working again :-)

lvanvugt commented 4 years ago

me2