As per the title, I'm unable to debug Python multiprocessing code in Visual Studio Community 2022.
In the accepted answer to this similar question, it is suggested to add the option "subProcess": true, to the launch.json file, however in my project's vs folder there is no launch.vs.json file (that in my understanding is the equivalent file in the community version of visual studio) to be found (or any .json file by the way), and I've been unable to find it anywhere or generate it. I've tried for several hours and I'm completely lost; it seems like all the documentation about it points to the launch.vs.json file in the vs folder which I don't have.
Any help is really appreciated!