I'm running VSCode on my Windows computer and am coding remotely via ssh to my Raspberry Pi 5.
However VSCode is unable to find includes like:Which paths must I add to includePath: [], so that intelliSense will start working correctly?
However VSCode is unable to find includes like:
Code:
#include <linux/init.h>#include <linux/kernel.h>#include <linux/module.h>
Statistics: Posted by RampantDespair — Sun May 19, 2024 1:37 am