Diego Mateos
Diego Mateos
I think he means filtering commits shown by branch, what you can do now when you righ-click "Show" on a branch name. But this can only be used with a...
related https://github.com/fabiospampinato/vscode-highlight/pull/62
You mean toggle/disable like https://github.com/fabiospampinato/vscode-highlight/issues/151? Or a command to delete the config? that would be weird.
Use begin/end anchor like `^(c|cpp)$` or mix both with `^(c|cpp)$|(script)`
Hey! thanks for the comment, that explains a lot. And definitely helps with https://github.com/fabiospampinato/vscode-highlight/issues/95 (having to basically capture everything) IMO I would squash the commits into one and mention an...
I think it looks perfect, and I agree to let the maintainer decide to squash them. Thanks for your update!
Yeah sometimes the settings complain but then the css works. Happened to me with `"fontStyle": "normal"` too. I guess it has to do with https://github.com/fabiospampinato/vscode-highlight/blob/d6a7f8d52817a763b05b1d4a1a2b0eb7bb9ea036/package.json#L117-L118
Same https://github.com/fabiospampinato/vscode-highlight/issues/70 Best I could do was to use https://marketplace.visualstudio.com/items?itemName=hoovercj.vscode-settings-cycler > Toggle `maxMatches` between 1 and X, so you can still see once each, 0 would disable the limit. {...
Windows defines _WINDLL when the current compiler is building a DLL, I guess that could be used to avoid depending on the user to define a macro themselves. In my...
> added detection of all types of Files (not just Markdown) I was very interested in this, so I tried the PR and it seems to work like a charm....