Skip to content

Commit

Permalink
no tabs!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
liesauer committed Oct 23, 2019
1 parent b1838ec commit 4f11a49
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch",
"type": "go",
"request": "launch",
"mode": "auto",
"version": "0.2.0",
"configurations": [
{
"name": "Launch",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}/src/main/beauty.go",
"env": {},
"cwd": "${workspaceFolder}",
"args": [
"--gitcdn",
"https://github.com/nulastudio/HostFXRPatcher",
// "https://gitee.com/liesauer/HostFXRPatcher",
"--loglevel=Info",
"--nopatch=False",
"./test/",
"runtimes",
],
"dlvLoadConfig": {
"followPointers": true,
"maxVariableRecurse": 1,
"maxStringLen": 1024,
"maxArrayValues": 1000,
"maxStructFields": -1
}
}
]
"--gitcdn",
"https://github.com/nulastudio/HostFXRPatcher",
// "https://gitee.com/liesauer/HostFXRPatcher",
"--loglevel=Info",
"--nopatch=False",
"./test/",
"runtimes",
],
"dlvLoadConfig": {
"followPointers": true,
"maxVariableRecurse": 1,
"maxStringLen": 1024,
"maxArrayValues": 1000,
"maxStructFields": -1
}
}
]
}

0 comments on commit 4f11a49

Please sign in to comment.