build(debug):增加允许在VSCode中使用jsoniter进行编译的功能。

This commit is contained in:
徐涛 2022-09-19 08:52:25 +08:00
parent f13ba3fca0
commit d885538500

2
.vscode/launch.json vendored
View File

@ -9,10 +9,10 @@
"type": "go",
"request": "launch",
"mode": "auto",
"buildFlags": "-tags=jsoniter",
"cwd": "${workspaceFolder}",
"program": "${workspaceRoot}/main.go",
"args": [
"-tag=jsoniter"
]
}
]