mirror of
https://github.com/duanhf2012/origin.git
synced 2026-02-03 22:45:13 +08:00
21 lines
604 B
JSON
21 lines
604 B
JSON
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
{
|
|
"name": "N_All",
|
|
"type": "go",
|
|
"request": "launch",
|
|
"mode": "auto",
|
|
"program": "${workspaceRoot}/main.go",
|
|
"env": {
|
|
"GOPATH":"${workspaceRoot}/../../../../../../"
|
|
},
|
|
"args": ["NodeId=1"],
|
|
"output": "./OriginServer.exe"
|
|
}
|
|
]
|
|
} |