Hi,
First of all, thanks for this extension, I just installed it and it seems great.
A question that I have is regarding the .config file. There are code chunks enclosed by ifdefs, for instance:
#ifdef CONFIG_HAVE_UNSTABLE_SCHED_CLOCK
... // this part is greyed out, even through CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y in the `.config`
#else
...// this part has normal color
#endif
It doesn't detect that I have CONFIG_HAVE_UNSTABLE_SCHED_CLOCK in my .config and the ifdef part is erroneously grayed out.
I was wondering if this is something that should work correctly (and my setup that is wrong) or if this is just not implemented.
Thanks!
Hi,
First of all, thanks for this extension, I just installed it and it seems great.
A question that I have is regarding the
.configfile. There are code chunks enclosed byifdefs, for instance:It doesn't detect that I have
CONFIG_HAVE_UNSTABLE_SCHED_CLOCKin my .config and the ifdef part is erroneously grayed out.I was wondering if this is something that should work correctly (and my setup that is wrong) or if this is just not implemented.
Thanks!