Felexonyango
Felexonyango
I will be helping in writing unit test. Thank you to the team
I have tried this "dotnetAcquisitionExtension.existingDotnetPath": [ { "extensionId": "ms-dotnettools.csharp", "path": "C:\\Program Files\\dotnet\\dotnet.exe" } ] as @dibarbet said , nothing is working .
adding custom css led me into this  I tried setting headers to app.use((req, res, next) => { res.setHeader("Content-Security-Policy", "default-src 'none'; style-src 'self' https://cdnjs.cloudflare.com"); next(); }); never worked . Any...