-
Notifications
You must be signed in to change notification settings - Fork 212
/
samples.code-workspace
92 lines (92 loc) · 2.14 KB
/
samples.code-workspace
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"folders": [
{
"name": "nodejs-hello-world",
"path": "nodejs/nodejs-hello-world"
},
{
"name": "nodejs-guestbook",
"path": "nodejs/nodejs-guestbook"
},
{
"name": "go-hello-world",
"path": "golang/go-hello-world"
},
{
"name": "go-guestbook",
"path": "golang/go-guestbook"
},
{
"name": "java-hello-world",
"path": "java/java-hello-world"
},
{
"name": "java-guestbook",
"path": "java/java-guestbook"
},
{
"name": "dotnet-hello-world",
"path": "dotnet/dotnet-hello-world"
},
{
"name": "dotnet-guestbook",
"path": "dotnet/dotnet-guestbook"
},
{
"name": "python-hello-world",
"path": "python/python-hello-world"
},
{
"name": "python-guestbook",
"path": "python/python-guestbook"
},
{
"name": "django-python-hello-world",
"path": "python/django/python-hello-world"
},
{
"name": "django-python-guestbook",
"path": "python/django/python-guestbook"
},
{
"name": "nodejs-cloud-run-hello-world",
"path": "nodejs/nodejs-cloud-run-hello-world"
},
{
"name": "go-cloud-run-hello-world",
"path": "golang/go-cloud-run-hello-world"
},
{
"name": "java-cloud-run-hello-world",
"path": "java/java-cloud-run-hello-world"
},
{
"name": "dotnet-cloud-run-hello-world",
"path": "dotnet/dotnet-cloud-run-hello-world"
},
{
"name": "cloud-run-python-hello-world",
"path": "python/cloud-run-python-hello-world"
},
{
"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"
}
]
}