-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
house.py #19468
Comments
It sounds like the problem is that VSCode does not support some new keywords ("functions and variables") introduced in Python 3.10, E.g match and case (PEP-364). @Zorro58 This issue is more relevant for https://github.com/Microsoft/vscode-python (Cette issue est plus relevant pour le Python Plugin de VSCode, pas la base de VSCode. Mentionnez que vous souhaitez support pour Python 3.10). Anyway, still wondering what house.py is all about :) |
Thanks for the interpretation @seppestas , will transfer over 👍 |
We don't control syntax highlighting for Python files. That comes from either VS Code which gets it from MagicPython or semantic colouring from Pylance. In this case it's syntax highlighting and the specific issue is MagicStack/MagicPython#235 . |
Issue Type: Feature Request
Bonjour probléme de function et de variable que python ne reconnais pas comme match name and case
VS Code version: Code 1.69.1 (b06ae3b2d2dbfe28bca3134cc6be65935cdfea6a, 2022-07-12T08:21:24.514Z)
OS version: Windows_NT x64 10.0.19044
Restricted Mode: No
The text was updated successfully, but these errors were encountered: