You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🤔 How can I change the style of the LeetCode rendered page?
All of the Preview, Solution and Result pages are actually rendered by the Markdown extension embedded in VS Code. You can Update the settings of the Markdown extension to change the styles.
For example, if you want to change the font-size, simply update the setting markdown.preview.fontSize.
🤔 Can I bind the keyboard shortcut to the extension command?
You can bind any of the VS Code commands to a keyboard shortcut in File > Preferences > Keyboard Shortcuts.