Hi! I'm developing modules with visual studio code, and all of the prestashop classes have red underlines, saying undefined classes. These classes are working, but the IDE itself can't find them, even if i have a prestashop container opened. I was just wondering, if this can be resolved somehow, cause to be frank, its getting annoying. On the side not i want to add, that its working at my workplace, but i'm in home office, and it doesn't work here for some reason, even though i do the same thing.
This is the directory structure
Repo /PrestaShop <- this is the root directory of Prestashop 1.7 /Module1 /Module2 <- these are the modules /Module3