python-jedi

VS Code Python doesn't recognize match statement

VS Code Python doesn't recognize match statement Question: When I use a match-case statement in Python in VS Code, it gives red squiggly lines and errors in the "problems" tab: Asked By: Tuor || Source Answers: I got a response from one of the vscode-python devs on GitHub: Unfortunately Jedi (and it’s underlying parser, parso) …

Total answers: 1