All Questions
Tagged with google-cloud-code node.js
3 questions
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 ...
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 ...
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 ...