You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, it seems like the flavors object is not present when running in multi-flavour mode.
This is a use-case initially raised by @tecandrew (the current catppuccin/zed maintainer) where we're trying to generate all the configuration for 4 flavours but split them out into 2 separate variants and generate 2 files instead of 8.
└ $ whiskers cava.tera
Error: Multi-output render failed
Caused by:
0: Main template render failed
1: Failed to render 'cava.tera'
2: Variable `flavors` not found in context while rendering 'cava.tera'
Expected Output
Directory Structure:
themes/
catppuccin-italics.json (contains rendered template for all 4 flavours)
catppuccin-no-italics.json (contains rendered template for all 4 flavours)
Currently, it seems like the
flavors
object is not present when running in multi-flavour mode.This is a use-case initially raised by @tecandrew (the current catppuccin/zed maintainer) where we're trying to generate all the configuration for 4 flavours but split them out into 2 separate variants and generate 2 files instead of 8.
Reproducible Template
Actual Output
Expected Output
Directory Structure:
catppuccin-italics.json
catppuccin-no-italics.json
The text was updated successfully, but these errors were encountered: