Skip to content

Commit c1091f4

Browse files
committed
Removing // "GOEXPERIMENT": "greenteagc"
1 parent d5736bf commit c1091f4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.vscode/launch.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"buildFlags": "-tags=debug,editor,rawsrc",
1515
"env": {
1616
"CGO_ENABLED": "1",
17-
// "GOEXPERIMENT": "greenteagc"
1817
}
1918
}, {
2019
"name": "Trace Editor",
@@ -27,7 +26,6 @@
2726
"buildFlags": "-tags=debug,editor,rawsrc",
2827
"env": {
2928
"CGO_ENABLED": "1",
30-
// "GOEXPERIMENT": "greenteagc"
3129
}
3230
}, {
3331
"name": "Editor Release",
@@ -39,7 +37,6 @@
3937
"buildFlags": "-tags=editor",
4038
"env": {
4139
"CGO_ENABLED": "1",
42-
// "GOEXPERIMENT": "greenteagc"
4340
}
4441
}, {
4542
"name": "Raw Game",
@@ -50,7 +47,6 @@
5047
"cwd": "${workspaceFolder}/src",
5148
"env": {
5249
"CGO_ENABLED": "1",
53-
// "GOEXPERIMENT": "greenteagc"
5450
}
5551
}, {
5652
"name": "Documentation Generator",
@@ -62,7 +58,6 @@
6258
"buildFlags": "-tags=generator",
6359
"env": {
6460
"CGO_ENABLED": "1",
65-
// "GOEXPERIMENT": "greenteagc"
6661
}
6762
}, {
6863
"name": "Copy Headers",
@@ -74,7 +69,6 @@
7469
"buildFlags": "-tags=generator",
7570
"env": {
7671
"CGO_ENABLED": "1",
77-
// "GOEXPERIMENT": "greenteagc"
7872
}
7973
}, {
8074
"name": "Debug Build Android",
@@ -86,7 +80,6 @@
8680
"buildFlags": "-tags=debug,generator",
8781
"env": {
8882
"CGO_ENABLED": "1",
89-
// "GOEXPERIMENT": "greenteagc"
9083
}
9184
},
9285
{
@@ -99,7 +92,6 @@
9992
"buildFlags": "-tags=generator",
10093
"env": {
10194
"CGO_ENABLED": "1",
102-
// "GOEXPERIMENT": "greenteagc"
10395
}
10496
}
10597
]

0 commit comments

Comments
 (0)