Your syntax might not be supported by VSCode, as the match-case syntax here is only supported by Python 3.10 and later. You should check your python version like this:
python --version