ide-python
ide-python copied to clipboard
Update to Python 3.10 match-case construction
Will ide-python be updated for Python 3.10? If no, why?
I'm attempting to move to Atom from VSCodium since Microsoft blocks PyLance support on non-MS builds, and the Jedi language server doesn't support Python 3.10's match
statement (https://github.com/davidhalter/jedi/issues/1843). Unfortunately, it looks like Atom has the same issue, since it also uses Jedi for Python syntax checking.