Bruno Baia

Results 5 issues of Bruno Baia

**Is your feature related to a specific framework or general for this extension** NO **Is your feature request related to a problem? Please describe.** NO **Describe the solution you'd like**...

stale
feature request

I have an anchor with href='/admin'. I also have a file 'admin.css' in my assets directory. After running `usemin`, it changed to '/admin.css' because revedRx regex in method `RevvedFinder.prototype.getCandidatesFromFS` matches....

When using a vscode workspace with multiple web sites, it can only run one site at a time. Is there a way to start the IIS Express with all web...

feature request

Using the latest 0.26.7 that reverted https://github.com/belav/csharpier/issues/1010, there are some inconsistencies in the intentation when it starts with multiple fields **Input:** ```csharp var result = myContext.MyDbSet.Where(x => x.IsOK).Select(x => x.Property).ToList();...