Why does the evaluating stage comes before the parsing one?

Looking at the crafting documentation and the instructions of #IZ6, it feels like the stage depends on finish the parsing.

Am I doing something wrong here ?

Yikes, thanks for pointing this out. This is indeed a mistake, related to some recent changes we made to how extensions are enabled by default.

@othmanefc as a workaround, you can disable “evaluating extensions” and enable it again, that’ll force it to appear in the correct order (we sort extensions based on when they were last activated). Extensions can be disabled by clicking on the green toggle icons in the sidebar:

This should be fixed now! All previous repositories will still have these in the wrong order, so if yours does please use the workaround above. All new ones will be created in the correct order.

Works well with the fix provided above, thanks for your help !

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.