While searching for tutorials on creating vscode extensions, I came across various resources like:
https://code.visualstudio.com/docs/extensions/testing-extensions
There are plenty of tutorials on coverage exports, each suggesting different methods. However, I haven't found good examples that align with the guidance provided in vscode documentation for working with extensions (which require the extensionHost instead of nodejs).
All my tests are written in mocha, which is included in vscode as recommended by their documentation.
I tried experimenting on my own, but I've hit a roadblock. Does anyone have any hints or suggestions on how I can proceed and make progress with my project again?