You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The language server and extension should allow for symbol navigation and completion suggestions but nothing is available.
No syntax highlighting is done on symbol resolution-dependent code (i.e. imported classes members etc)
Steps to reproduce:
Unknown, no error in shown in my log, except a warning about storage keys the warning went away, unrelated.
Diagnostic data
Python version (& distribution if applicable, e.g. Anaconda): 3.11.3-2
Type of virtual environment used: None
Value of the python.languageServer setting: Default
Output for Python in the Output panel (View→Output, change the drop-down the upper-right of the Output panel to Python)
2023-08-18 23:28:44.200 [info] Discover tests for workspace name: undefined - uri: /home/Thibaut/.config/Code/User/settings.json
2023-08-18 23:28:55.154 [info] Experiment 'pythonPromptNewFormatterExt' is active
2023-08-18 23:28:55.154 [info] Experiment 'pythonPromptNewToolsExt' is active
2023-08-18 23:28:55.154 [info] Experiment 'pythonTestAdapter' is active
2023-08-18 23:28:55.174 [info] Test server listening.
2023-08-18 23:28:55.177 [info] Python interpreter path: /bin/python
2023-08-18 23:28:56.888 [info] Starting Pylance language server.
User Settings
languageServer: "Pylance"
This issue was previously mentioned in #21831 and experienced by another user at the same time as it, though the issue itself seems unrelated.
As it was stated there, the issue is there on both the pre-release and release versions.
Extension version: 2023.15.12301911
VS Code version: Code 1.81.1 (6c3e3dba23e8fadc360aed75ce363ba185c49794, 2023-08-09T22:18:39.991Z)
OS version: Linux x64 6.4.10-arch1-1
Modes:
System Info
Item
Value
CPUs
AMD Ryzen 7 5800H with Radeon Graphics (16 x 3328)
As others may find this issue and are looking for a solution: I had the same problems, also running Arch linux. However, in my case imports were not faulty. What seemed to be an issue for me was that I had installed the "Pylance" extension as well. After uninstalling this, stuff started to work again.
Type: Bug
Behaviour
Expected vs. Actual
The language server and extension should allow for symbol navigation and completion suggestions but nothing is available.
No syntax highlighting is done on symbol resolution-dependent code (i.e. imported classes members etc)
Steps to reproduce:
Unknown, no error in shown in my log,
except a warning about storage keysthe warning went away, unrelated.Diagnostic data
python.languageServer
setting: DefaultOutput for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)User Settings
This issue was previously mentioned in #21831 and experienced by another user at the same time as it, though the issue itself seems unrelated.
As it was stated there, the issue is there on both the pre-release and release versions.
Extension version: 2023.15.12301911
VS Code version: Code 1.81.1 (6c3e3dba23e8fadc360aed75ce363ba185c49794, 2023-08-09T22:18:39.991Z)
OS version: Linux x64 6.4.10-arch1-1
Modes:
System Info
canvas_oop_rasterization: disabled_off
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
video_decode: enabled
video_encode: disabled_software
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off
The text was updated successfully, but these errors were encountered: