Philip Waritschlager

Results 359 comments of Philip Waritschlager

There is no setting for that, but you can use the `"git-log--graph.custom-css"` option and inject your custom styling rules. Use VSCode's developer tools to find the right spots, it's like...

oh yes, sure, in your users settings.json, ```jsonc "git-log--graph.custom-css": "body { font-size: 20px; }", ``` that's it. You also might wanna increase the row height then though, ```jsonc "git-log--graph.row-height": 30,...

it is not ok? what do you mean by that? does it not work?

...you need to restart the extension after changes to the `custom-css` option. Most *other* options don't require you to do this, however

hmm I can see how that could be helpful > Perhaps a copy icon next to the commit subject/hash on the list that only shows up when hovering over them....

I've added a copy hash entry to the context menu (not yet released) for now. > I think the context menu does not necessarily need icons. I think it's better...

also agree that submenus would be better than a popup

All styles can be modified - you need to toggle the VSCode developer tools by its command and use the inspector element picker to find the right spot and target...

You could also look into `web/src/`, yes, but since the Vue compiler does a lot of magic it's probably always easier to use the inspector instead. In the case of...

I think that could work, would have to try a few different colors though. But is it really an improvement over the white fill color? (black in light theme) I...