Hi,
suppose I'm developing an extension for Business Central using Visual Studio Code. Now, I want to have separate versions of my extension for BC16, BC17 and whatever may come in the future. The, in my opinion, dumbest approach would be to create separate folders for each version and duplicate the code.
Is there any suggested approach in Visual Studio code that would allow me to create a workspace with several "packages" for each BC versions that share (most of) the code, so that I could build separate packages based on the same source code?
Thanks