Princeton Ferro
Princeton Ferro
> the vscode extention I mean more specifically, how to you plan to have the plugin interact with valdo? For example, are you going to rewrite the prompt in JS...
@Abdallah-Moh how will you determine what information you need? Don't you need to analyze the template?
@Abdallah-Moh so it looks like I'll need to make some changes to valdo for you. What do you think of this API? ```bash % valdo eos --list-vars { "PROGRAM_NAME": {...
@Abdallah-Moh checkout and build `wip/commands` and try getting your frontend to work with Valdo
@Abdallah-Moh you can just run `valdo` and it'll print out all of the templates. The output should be easy to parse. e.g. ``` % valdo | tail -n +3 |...
@Abdallah-Moh the example command I gave demonstrates that it's simple to parse valdo's output using a regex. I did not intend for you to execute that command.
Perhaps we should rename the old template to `eos6` and make this the default.
> Should I make this change myself? Yeah, go ahead
@colinkiama I just wrapped up a bunch of merge requests. You'll have to rebase (`git pull --rebase origin master`)
I don't remember why we included libadwaita in the template. Was it ever a part of the elementary SDK?