<!--- Before submit please try followings to see if your problem is gone: 1. login agian: ``` leetcode login -l ``` 2. run the latest code: ``` cd <your local repo> git pull --rebase origin master ./bin/install // install globally, OR ./bin/leetcode <command> // run the command locally ``` --> <!--- describe what's going wrong --> It would be nice if we can add an editor flag to the show command or add a command to store a default IDE/editor to the user config. For example, to open the generated question with Sublime: ```leetcode show 1 -g -l cpp -e subl```