-
Notifications
You must be signed in to change notification settings - Fork 769
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
No Syntax Highlighting on v2024.14.0 #6358
Comments
There should be an error in the
You would need to upgrade VS code to the latest version to use the newer Python/Pylance extension. |
Internally we need to mark our engine version for both extensions to 1.91. Meaning we have a bug here in that we currently allow 1.89 for both extensions. |
@rchiodo I have similar bug: As you can see, all libraries and variables are used: |
@IamRezaMousavi , I don't think your issue is the same. The root cause of the original issue is that Pylance requires the latest VS code now. I'm not sure what your problem is. It looks correct to me. Colorization is different for assignment vs usage. |
These items have wrong colors |
I'll open a separate issue. It's still not the same as this one. See this issue: |
This issue has been fixed in prerelease version 2024.9.100, which we've just released. You can find the changelog here: CHANGELOG.md |
Thank you @StellaHuang95 🥬 |
Type: Bug
Behaviour
I'm running the latest Python extension v2024.14.0 which was released a few hours ago and I have lost syntax highlighting
Steps to reproduce:
v2024.12.3
, everything will work as expectedDiagnostic data
Nothing in the output panel
Extension version: 2024.14.0
VS Code version: Code 1.89.1 (Universal) (dc96b837cf6bb4af9cd736aa3af08cf8279f7685, 2024-05-07T05:14:24.611Z)
OS version: Darwin arm64 23.4.0
Modes:
python.languageServer
setting: DefaultUser Settings
Installed Extensions
System Info
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
webgpu: enabled
A/B Experiments
The text was updated successfully, but these errors were encountered: