Skip to content

Commit faf47fe

Browse files
authored
fix: add cloud function workspaces (#1300)
1 parent bb952ce commit faf47fe

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

samples.code-workspace

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,22 @@
7171
{
7272
"name": "cloud-run-django-hello-world",
7373
"path": "python/cloud-run-django-hello-world"
74+
},
75+
{
76+
"name": "cloud-function-nodejs-hello-world",
77+
"path": "nodejs/cloud-function-hello-world"
78+
},
79+
{
80+
"name": "cloud-function-golang-hello-world",
81+
"path": "golang/cloud-function-hello-world"
82+
},
83+
{
84+
"name": "cloud-function-python-hello-world",
85+
"path": "python/cloud-function-hello-world"
86+
},
87+
{
88+
"name": "cloud-function-java-hello-world",
89+
"path": "java/cloud-function-hello-world"
7490
}
7591
]
7692
}

0 commit comments

Comments
 (0)