vscode icon indicating copy to clipboard operation
vscode copied to clipboard

Can't hover over "Follow link"

Open CTimmerman opened this issue 1 year ago • 0 comments

Type: Bug

Behaviour

Expected vs. Actual

Expected: Use a single hand to open the link: Actual: Link disappears when attempting to reach it with the cursor: image

Steps to reproduce:

  1. Get a long error like:
C:\Users\C\AppData\Local\Programs\Python\Python310\lib\site-packages\fastapi\utils.py:101: in create_response_field
    raise fastapi.exceptions.FastAPIError(
E   fastapi.exceptions.FastAPIError: Invalid args for response field! Hint: check that typing.Optional[starlette.requests.Request] is a valid Pydantic field type. If you are using a return type annotation that is not a valid Pydantic field (e.g. Union[Response, dict, None]) you can disable generating the response model from the type annotation with the path operation decorator parameter response_model=None. Read more: https://fastapi.tiangolo.com/tutorial/response-model/
make: *** [test] Fout 4
  1. Try to follow that link using only the mouse.

Diagnostic data

  • Python version (& distribution if applicable, e.g. Anaconda): 3.10.6
  • Type of virtual environment used (e.g. conda, venv, virtualenv, etc.): Venv
  • Value of the python.languageServer setting: Pylance
Output for Python in the Output panel (ViewOutput, change the drop-down the upper-right of the Output panel to Python)

XXX
User Settings


languageServer: "Pylance"

testing
• pytestArgs: "<placeholder>"
• pytestEnabled: true

VS Code version: Code 1.86.2 (903b1e9d8990623e3d7da1df3d33db3e42d80eda, 2024-02-13T19:40:56.878Z) OS version: Windows_NT x64 10.0.22631 Modes:

System Info
Item Value
CPUs Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz (12 x 2592)
GPU Status 2d_canvas: enabled
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
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
Load (avg) undefined
Memory (System) 63.85GB (29.06GB free)
Process Argv
Screen Reader no
VM 0%
Extensions (11)
Extension Author (truncated) Version
vscode-markdownlint Dav 0.54.0
vscode-axe-linter deq 4.8.1
gitlens eam 14.8.1
mypy mat 0.3.0
black-formatter ms- 2024.0.1
debugpy ms- 2024.0.0
python ms- 2024.0.1
vscode-pylance ms- 2024.2.2
remote-wsl ms- 0.86.0
makefile-tools ms- 0.8.22
sonarlint-vscode Son 4.3.0

CTimmerman avatar Feb 16 '24 10:02 CTimmerman