mirror of
https://github.com/duanhf2012/origin.git
synced 2026-02-04 06:54:45 +08:00
新增测试初始代码
This commit is contained in:
21
Test/.vscode/launch.json
vendored
Normal file
21
Test/.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
// 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user