vscode-jupyter
vscode-jupyter copied to clipboard
variables assigned to via the %%bigquery magic wrongly show red underline
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).
Logs
No relevant output as it's a frontend issue.