Skip to content

Commit

Permalink
fix: add cloud function workspaces (#1300)
Browse files Browse the repository at this point in the history
  • Loading branch information
galz10 authored Oct 3, 2023
1 parent bb952ce commit faf47fe
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions samples.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,22 @@
{
"name": "cloud-run-django-hello-world",
"path": "python/cloud-run-django-hello-world"
},
{
"name": "cloud-function-nodejs-hello-world",
"path": "nodejs/cloud-function-hello-world"
},
{
"name": "cloud-function-golang-hello-world",
"path": "golang/cloud-function-hello-world"
},
{
"name": "cloud-function-python-hello-world",
"path": "python/cloud-function-hello-world"
},
{
"name": "cloud-function-java-hello-world",
"path": "java/cloud-function-hello-world"
}
]
}

0 comments on commit faf47fe

Please sign in to comment.