Skip to main content

All Questions

Filter by
Sorted by
Tagged with
1 vote
1 answer
86 views

VS Code and Cloud Code file sync for static files

I have a project where we use Node.js and Visual Studio Code with the Google Cloud Code extension. The Node.js runs on Cloud Run and I develop locally with the Cloud Run emulator of Cloud Code. This ...
Raphael's user avatar
  • 224
1 vote
1 answer
360 views

Configure VSCode and Cloud Code to debug TypeScript Node application in Kubernetes

I am trying to figure out if it is possible to use Cloud Code in VSCode to debug a TypeScript Node application in Kubernetes remotely? I used Cloud Code regularly to debug JS Node applications in ...
MilesDyson's user avatar
1 vote
1 answer
1k views

Unable to connect to Cloud SQL (through Auth Proxy) from Cloud Run

I am trying to access my Cloud SQL database (PostgreSQL) through a Cloud Run application (Node.js) that I am developing locally (using Cloud Code as part of the VS Code extension). I am able to access ...
David's user avatar
  • 29