-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Cloud Run] "Login to Google Cloud" Button does nothing #872
Comments
It looks like your "Help and Feedback" explorer says "There is no data provider registered that...", which signals to me that the extension did not activate correctly. Can you send logs from the "Cloud Code" output channel to help us debug? |
I don't actually see an output channel for Cloud Code. I only see "Google Cloud CLI Installation", which is blank. For what it's worth, I get the following error when I try to refresh: |
Hmm ok. If you do not see an output channel for Cloud Code, something is very wrong. It is likely the extension did not install correctly. Can you first reinstall the extension? If that doesn't work, set the |
check the content of credentials file. remove null and error string, then restart vscode. |
Please send a report through Vscode so we can see the logs. |
I have the same problem Version information Cloud Code Extension version: v2.11.0 VSCode: OS: Mac OS Sonoma 14.5 Cloud SDK: Google Cloud SDK 464.0.0 Everthing I see in the log is the following, even afger setting cloudcode.verboseLogging to true
I found this in the "Extension Host" Log
|
This appears to have the same cause as #908. A fix for this issue should be making it into our next release. |
Environment:
(Hint: "Report Extension Issue on Github" command will fill these out for you.)
Version information
Cloud Code Extension version: v2.2.1
VSCode version: 1.86.0-insider
OS: Mac OS Sonoma 14.3
Cloud SDK: Google Cloud SDK 458.0.1
Skaffold: 2.9.0
Kubectl: 1.27.8
Description:
When I navigate to the Cloud Code tab within VSCode, it asks me to "Login to Google Cloud", but clicking the button does nothing. I am logged in via
gcloud
but this seems to have no effect on the tab.Repro step:
The text was updated successfully, but these errors were encountered: