Open
Description
This theme does not support Python 3.10 match/case statements.
Ref: microsoft/pylance-release#3223
Sample code
a='c'
match a:
case 'a':
print('is a')
case 'b' | 'c':
print('is b or c')
case _:
print('rats')
Filename and Language selected
- Filename:
test.py
- Language: Python
- Language Server: Default (Pylance)
Atom Original theme Screenshot
VSCode theme Screenshot
Versions used
- VSCode version: 1.72.2
- Theme version: 2.3.0
Extra information
Python 3.10.8
Pylance 2022.10.30