Ahmed Elsawalhy

Results 3 comments of Ahmed Elsawalhy

I have the same issue. Extension settings: "mocha.options": { "compilers": "ts:ts-node/register" }, "mocha.requires": [ "ts-node/register" ], "mocha.files.glob": "./test/**/*.ts", "mocha.coverage": { "enable": false, "decoration": false, "runWithInterval": false, "autoUpdateInterval": 20000, "activeOnStart": false,...

This issue has been described in detail in a Microsoft article. I summarised it in my blog post below and added an automation feature for it in my Visual Studio...

That's interesting indeed. I checked it out and it does fit some of the requirements. I have a couple of questions, please: 1. Does it handle WF Custom Steps? 2....