leetcode-cli icon indicating copy to clipboard operation
leetcode-cli copied to clipboard

~/.leetcode/code/* does not distinguish between python and python3 files

Open 152334H opened this issue 3 years ago • 3 comments

To repro:

  1. leetcode e 1 -l python
  2. leetcode e 1 -l python3
  3. observe that the file opened by step 2 uses leetcode's python2 codeDefinition sample

might fix this later idk

152334H avatar Jun 03 '22 02:06 152334H

Any idea, how to fix this ?

OdysseusOperator avatar Apr 28 '24 11:04 OdysseusOperator

hmm guess we may need a new config for the version of python ))

clearloop avatar Apr 28 '24 12:04 clearloop

Just remove python2 support. Don't encorage people using a language which has reached End-of-life.

OdysseusOperator avatar Oct 13 '24 22:10 OdysseusOperator