Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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{...
chris's user avatar
  • 133
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 ...
Nick Nelson's user avatar
  • 1,243