kaiwk / leetcode.el

An Emacs LeetCode client.
GNU General Public License v3.0
396 stars 70 forks source link

Unable to fetch default Solution signature required for Leetcode problem in JAVA #75

Closed abhijeetsrivastava closed 3 years ago

abhijeetsrivastava commented 3 years ago

I am unable to fetch default solution signature required for leetcode problem in JAVA. It downloads and shows the right signature for python program.

fyi, I am using DOOM Emacs.

(use-package leetcode :config (setq leetcode-prefer-language "java" leetcode-prefer-sql "mysql" leetcode-save-solutions t))

kaiwk commented 3 years ago

I'm afraid it's not the leetcode.el's problem. Note that you need to restart(kill leetcode buffer, re-execute leetcode) after modified leetcode-prefer-language.