Alex McCabe
Alex McCabe
I am getting inconsistent tooltip sizes, for example the following is for `console.log( ... )`  _(The description is actually incorrect, but that's a different issue)._...
Improve the generated typescript file to include optional params on `KnownRouteParams` object, instead of marking everything as optional  
#### Description The generated TS file marks all params as optional, where really only routes containing `?` should be marked as optional in the generated types. #### Suggestion [Line 68...
Anyone manage to get this to run on an M-Series Mac? I keep getting a mismatch in expected architecture error. I can run it on an old Mac Pro, but...
I like the idea of this, but how do I use it?
Device: Retina MacBook Pro Late 2013 OS: MacOS 10.12.5 VSCode: 1.14.2 After running for just a few minutes the extension uses 99%+ CPU and makes the fans go crazy. Disable...
I am not getting the auto-complete box appear with fuzzy search while typing css properties. Is this supposed to appear?
It parses all other HTML tags fine, but converts HTML comments to < and > symbols. Is there anyway around this?
When trying to text expand using Emmet and supplying class names, it disables Emmets tab-completion and just shows a list of classnames. I'm not sure if I am missing something...