Seb Tomasini
Seb Tomasini
When searching, if I type 'post' I expect the docset name to appear greyed for tab completion, ie. `PostgreSQL:`, but it doesn't. Works with all other docsets but not with...
9 and 11 are correct, 8 and 10 are incorrect. Larger sizes (tried 12 thru 18) seem to be correct. Tested Win10, Sublime Text + VSCode. 
Similar to issue #104, the horizontal stroke in the plus sign seems to be moving about at different point sizes. See image below; 14 is correct, 13 and 12 are...
 Apologies if this bug report is on the wrong repo - have a number of vscode extensions dealing with vue/windicss!
With vite server already running, issuing 'Restart vite server' command causes `^CTerminate batch job (Y/N)?` to appear in terminal window, even if it's not shown. Running the command a second...
Is there a way to issue F5 / Ctrl+F5 commands to the embedded vscode browser, to reload the page without restarting the vite server?
As I work across multiple screens I would love the ability to move the embedded browser to a separate vscode window. Unless I'm missing something there doesn't appear to be...
Say I have a project loaded from the following folder \\servername\share\project. I open file src\hello.txt and begin editing. While editing if I start ANF with newfile.txt the file is created...
In vue SFC's or other html source, an input tag of the form ```html ``` disables rendering color swatches that appear for color classes on any lines that follow in...
removeComments() considers an attribute like `accept="image/*"` as an opening `/*` comment; worse, it never closes so everything following `/*` is removed. Fix regex to ignore `/*` and `//` inside strings.