Skip to content

Commit b33d914

Browse files
author
Jackson Tong
authored
fix(.devcontainer.json): CGO_ENABLED string value to fix debug launch (#25)
1 parent ea9a47a commit b33d914

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"go.lintOnSave": "package",
6161
"editor.formatOnSave": true,
6262
"go.toolsEnvVars": {
63-
"CGO_ENABLED": 0
63+
"CGO_ENABLED": "0"
6464
},
6565
"go.testEnvVars": {
6666
"": "",
@@ -74,4 +74,5 @@
7474
"go.coverOnSingleTestFile": true,
7575
"go.coverOnTestPackage": true
7676
}
77-
}
77+
}
78+

0 commit comments

Comments
 (0)