All Questions
Tagged with google-cloud-code python
2 questions
1
vote
2
answers
95
views
VS Cloud Code extension writing Python libraries to AppData/Local/Temp every time a workspace is opened
With Cloud Code Extension enabled, every time I open a workspace (new or existing) VSCode spins up two Python tasks each taking up 10% cpu each for at least 5 minutes. Each task is going to C:\Users{...
2
votes
2
answers
2k
views
Update failed with error code BUILD_DOCKER_UNKNOWN
I am using VS Code with the Cloud Code extension to try to deploy a Python script to GCP Cloud Run. I am able to run the "hello, world" python flask app locally with the Cloud Run emulator ...