oleg-shilo / codemap.vscode

Code map (syntax tree) of the active document
MIT License
84 stars 28 forks source link

Indent deeper than 3 not possible? #95

Closed mrcsbmr closed 4 months ago

mrcsbmr commented 4 months ago

Hey,

I'm working on a custom mapper for a scripting language. Everything works great so far, except for when I'm trying to implement indents that are deeper than 3 whitespaces. Code Map simply doesn't nest more than 3 indents.

As you can see in the screenshot, Code Map doesn't show nestings deeper than 3.

Screenshot 2024-05-28 102732

Is there any workaround for that? Thanks for your help! :)

mrcsbmr commented 4 months ago

Nevermind! I found the Max Nesting Level in the Extension Settings!

oleg-shilo commented 4 months ago

Sorry I was not able to guide you sooner.