From faf47fe09df15d53708b0256522bcc08922ec2da Mon Sep 17 00:00:00 2001 From: Gal Zahavi <38544478+galz10@users.noreply.github.com> Date: Tue, 3 Oct 2023 13:26:49 -0700 Subject: [PATCH] fix: add cloud function workspaces (#1300) --- samples.code-workspace | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/samples.code-workspace b/samples.code-workspace index 34a04fabe..1d175a95a 100644 --- a/samples.code-workspace +++ b/samples.code-workspace @@ -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" } ] } \ No newline at end of file