Vadim Mazhitov

Results 5 issues of Vadim Mazhitov

## Steps to reproduce Just generate trx file with following command: `dotnet test --filter Category=Test --logger:trx;LogFileName=results.trx` ## Environment - Windows 10 x64, NET 5.0, Visual Studio Community 16.8.4 - SpecFlow...

triaged

When I run VS Code appear a message "_CSS classes cached (click to cache again)_" in status bar, it slow VS Code. How can I disable it?

enhancement

Can you make a line between tags/blocks when a cursor is being inside them? That from [Eva theme:](https://marketplace.visualstudio.com/items?itemName=fisheva.eva-theme) ![eva](https://user-images.githubusercontent.com/41098503/53158546-b3b0c480-35e5-11e9-9a94-83d9e6c7b75a.png) ![eva2](https://user-images.githubusercontent.com/41098503/53158547-b3b0c480-35e5-11e9-85ac-17840f48ea8d.png)

Can you add full extension support and syntax highlighting for ".html.erb" files, like in this [VS Code extension](https://github.com/bung87/vscode-rails)?

**Describe the bug** If a global variable is set, the extension doesn't see it. **Steps To Reproduce** Steps to reproduce the behavior: 1. Create `__init__.robot` with `VAR ${WELCOME} Hello scope=GLOBAL`...

bug