I’m trying to customize the font of the context menu in Visual Studio Code by injecting custom CSS. However, I’m facing a few challenges:
Here’s what I’ve tried so far:
Questions:
Any help on how to identify the selector or change the font in the context menu would be greatly appreciated!
The context menu class in VScode is usually a child of .monaco-menu
.
See also: