vishnuvardhan-s / leetcode-custom-themes

Leetcode Custom Themes for Code Editor
8 stars 2 forks source link

Support for new Leetcode Version #4

Closed vishnuvardhan-s closed 1 year ago

vishnuvardhan-s commented 1 year ago

New leetcode editor moved from codemirror based code editor to monaco. So, the extension stopped working.

This change automatically detects if it is a new version or old one based on presences of few div classes and displays list based on that.

This new version has different set of themes that are taken from https://github.com/brijeshb42/monaco-themes/tree/master/themes and modified names a little bit for the extension to work.