CornCobs

Results 3 issues of CornCobs

The extension has been working for me previously. However recently the extension fails to start up. Looking at the VSCode developer console, there is a log: ![image](https://user-images.githubusercontent.com/28252911/112148786-4125cf00-8c19-11eb-9908-13656d518d9f.png) Deleting and reinstalling...

bug

Blazor version: Blazor Server I wish to create multiple drawing `Task` which I wait for all at once with `Task.WhenAll` like this: ```cs private async Task DrawStart((int X, int Y)...

### Describe the bug I'm using vitest in global mode. If I use @testing-library/jest-dom by importing it in setupTests.ts like so: `import "@testing-library/jest-dom/vitest";` Most test matchers work as expected, including...

p2-edge-case