From d885538500c9220776fd14804d231290406de7b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Mon, 19 Sep 2022 08:52:25 +0800 Subject: [PATCH] =?UTF-8?q?build(debug):=E5=A2=9E=E5=8A=A0=E5=85=81?= =?UTF-8?q?=E8=AE=B8=E5=9C=A8VSCode=E4=B8=AD=E4=BD=BF=E7=94=A8jsoniter?= =?UTF-8?q?=E8=BF=9B=E8=A1=8C=E7=BC=96=E8=AF=91=E7=9A=84=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index bee6aa6..9f411a2 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,10 +9,10 @@ "type": "go", "request": "launch", "mode": "auto", + "buildFlags": "-tags=jsoniter", "cwd": "${workspaceFolder}", "program": "${workspaceRoot}/main.go", "args": [ - "-tag=jsoniter" ] } ]