minodisk / bigquery-runner

An extension to query BigQuery directly and view the results in VSCode.
https://marketplace.visualstudio.com/items?itemName=minodisk.bigquery-runner
Apache License 2.0
44 stars 8 forks source link

After switch project, the old project ID is still memorized. #60

Open GaryLiuTelus opened 3 months ago

GaryLiuTelus commented 3 months ago

My company has policy that we are forced to switch to a new Google project for all personal development every 9 months. So I have a project A, which worked very well with Bigquery Runner extension. Now the project A has been deleted and I have moved to project B. But even after I changed the bigqueryRunner.projectId to project B, image every time when I try to use Bigquery runner extension, it still gave me error "Project project A has been deleted". image

I searched all settings in VS code, and could not find any settings related to project A. Wondering if there are any settings outside VS code? Anyway to fix this?