Hello,
If I load GrandNode project on GitHub in VSCode, it all works perfectly nicely, all compiles, all good.
I can run debugging / dev instance by just pressing F5.
But I am wondering how can I run plugins inside that environment?
I would like for example to test my changes against Grand.Plugin.Tax.CountryStateZip plugin, but it is not loaded at all in the VSCode dev environment.
How can I make it work?
Thanks