vscode-jupyter icon indicating copy to clipboard operation
vscode-jupyter copied to clipboard

variables assigned to via the %%bigquery magic wrongly show red underline

Open myyc opened this issue 8 months ago • 0 comments

Environment data

  • VS Code version: 1.90.0
  • Jupyter Extension version (available under the Extensions sidebar): v2024.5.0
  • Python Extension version (available under the Extensions sidebar): v2024.8.0
  • OS (Windows | Mac | Linux distro) and version: Arch Linux
  • Python and/or Anaconda version: 3.12.3
  • Type of virtual environment used (N/A | venv | virtualenv | conda | ...): venv
  • Jupyter server running: N/A

Expected/Actual behaviour

to reproduce this:

%%bigquery bqtest
select 1

see screenshots below. worth pointing out that not only does the variable exist "in general", vscode also shows it in the variable inventory (second screenshot).

Screenshot from 2024-06-08 11-32-23 image

Logs

No relevant output as it's a frontend issue.

myyc avatar Jun 08 '24 09:06 myyc