MaxFalcone

Results 5 comments of MaxFalcone

So inability to inspect variable is a minor issue? Because the issue is not with placement of the window. The issue is that it disappears when you try to interact...

By the way, there is another case when it happens. It is when preceding line is empty. Not so rare case I'd say.

Additionally, If you say that it is a problem with a syntax structure, then why other windows are alined perfectly with the same variables in the same condirtions. Look on...

Hi, I think it might be related to the topic. Is [ProduceCodeCoverageMap parameter](https://github.com/microsoft/navcontainerhelper/blob/11d50a04a2e5109c7b99c470b5fd5403add194a5/AppHandling/PsTestFunctions.ps1#L490) of `PsTestFunctions.ps1` not used intentionally in `Run-testsInBcContainer`? Or am I missing some plot?

VSCode now natively supports [code coverage](https://code.visualstudio.com/api/extension-guides/testing#test-coverage) decarations. It even has an option to load [coverage data](https://code.visualstudio.com/api/extension-guides/testing#publishonly-controllers) from files (small extension vould be required though, if I got it correctly). Ability...