2020-12-27 08:53:58 -08:00
|
|
|
{
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
2023-01-27 05:29:22 -08:00
|
|
|
"name": "Primary",
|
2020-12-27 08:53:58 -08:00
|
|
|
"type": "go",
|
|
|
|
"request": "launch",
|
|
|
|
"mode": "debug",
|
|
|
|
"program": "${workspaceRoot}/src",
|
2022-01-09 11:24:47 -08:00
|
|
|
"args": [
|
2022-03-12 13:04:08 -08:00
|
|
|
"prompt",
|
|
|
|
"print",
|
|
|
|
"primary",
|
2022-02-10 10:39:54 -08:00
|
|
|
"--shell=pwsh",
|
2023-01-11 04:36:25 -08:00
|
|
|
"--terminal-width=200"
|
2022-01-09 11:24:47 -08:00
|
|
|
]
|
2020-12-27 08:53:58 -08:00
|
|
|
},
|
2021-06-05 07:14:44 -07:00
|
|
|
{
|
2023-01-27 05:29:22 -08:00
|
|
|
"name": "Tooltip",
|
2021-06-05 07:14:44 -07:00
|
|
|
"type": "go",
|
|
|
|
"request": "launch",
|
|
|
|
"mode": "debug",
|
|
|
|
"program": "${workspaceRoot}/src",
|
2022-01-09 11:24:47 -08:00
|
|
|
"args": [
|
2022-03-12 13:04:08 -08:00
|
|
|
"prompt",
|
|
|
|
"print",
|
|
|
|
"tooltip",
|
2022-01-09 11:24:47 -08:00
|
|
|
"--command=git",
|
|
|
|
"--shell=pwsh"
|
|
|
|
]
|
2021-06-05 07:14:44 -07:00
|
|
|
},
|
2022-01-12 14:39:34 -08:00
|
|
|
{
|
2023-01-27 05:29:22 -08:00
|
|
|
"name": "Transient",
|
2022-01-12 14:39:34 -08:00
|
|
|
"type": "go",
|
|
|
|
"request": "launch",
|
|
|
|
"mode": "debug",
|
|
|
|
"program": "${workspaceRoot}/src",
|
|
|
|
"args": [
|
2022-03-12 13:04:08 -08:00
|
|
|
"prompt",
|
|
|
|
"print",
|
|
|
|
"transient",
|
2022-01-12 14:39:34 -08:00
|
|
|
"--shell=pwsh",
|
2022-03-23 23:25:29 -07:00
|
|
|
"--error=1"
|
2022-01-12 14:39:34 -08:00
|
|
|
]
|
|
|
|
},
|
2020-12-27 08:53:58 -08:00
|
|
|
{
|
|
|
|
"name": "Launch tests",
|
|
|
|
"type": "go",
|
|
|
|
"request": "launch",
|
|
|
|
"mode": "test",
|
|
|
|
"program": "${workspaceRoot}/src",
|
2022-01-09 11:24:47 -08:00
|
|
|
"args": [
|
|
|
|
"--test.v"
|
|
|
|
]
|
2020-12-27 08:53:58 -08:00
|
|
|
},
|
|
|
|
{
|
2023-01-27 05:29:22 -08:00
|
|
|
"name": "Debug",
|
2020-12-27 08:53:58 -08:00
|
|
|
"type": "go",
|
|
|
|
"request": "launch",
|
|
|
|
"mode": "debug",
|
|
|
|
"program": "${workspaceRoot}/src",
|
|
|
|
"args": [
|
2022-03-12 13:04:08 -08:00
|
|
|
"prompt",
|
2022-11-24 02:36:39 -08:00
|
|
|
"debug"
|
2020-12-27 08:53:58 -08:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
2023-01-27 05:29:22 -08:00
|
|
|
"name": "Init",
|
2020-12-27 08:53:58 -08:00
|
|
|
"type": "go",
|
|
|
|
"request": "launch",
|
|
|
|
"mode": "debug",
|
|
|
|
"program": "${workspaceRoot}/src",
|
2020-12-28 05:32:04 -08:00
|
|
|
"args": [
|
2022-03-12 13:04:08 -08:00
|
|
|
"prompt",
|
|
|
|
"init",
|
|
|
|
"cmd",
|
|
|
|
"--print"
|
2020-12-28 05:32:04 -08:00
|
|
|
]
|
2021-04-04 11:28:41 -07:00
|
|
|
},
|
|
|
|
{
|
2022-05-22 21:33:32 -07:00
|
|
|
"name": "Export Image",
|
2021-04-04 11:28:41 -07:00
|
|
|
"type": "go",
|
|
|
|
"request": "launch",
|
|
|
|
"mode": "debug",
|
|
|
|
"program": "${workspaceRoot}/src",
|
|
|
|
"args": [
|
2022-03-12 13:04:08 -08:00
|
|
|
"config",
|
|
|
|
"export",
|
2022-11-24 02:36:39 -08:00
|
|
|
"image"
|
2021-04-04 11:28:41 -07:00
|
|
|
]
|
|
|
|
},
|
2022-01-31 04:33:36 -08:00
|
|
|
{
|
|
|
|
"name": "Migrate config",
|
|
|
|
"type": "go",
|
|
|
|
"request": "launch",
|
|
|
|
"mode": "debug",
|
|
|
|
"program": "${workspaceRoot}/src",
|
|
|
|
"args": [
|
2022-03-12 13:04:08 -08:00
|
|
|
"config",
|
2022-11-24 02:36:39 -08:00
|
|
|
"migrate"
|
2022-01-31 04:33:36 -08:00
|
|
|
]
|
|
|
|
},
|
2023-01-27 05:29:22 -08:00
|
|
|
{
|
|
|
|
"name": "Migrate glyphs",
|
|
|
|
"type": "go",
|
|
|
|
"request": "launch",
|
|
|
|
"mode": "debug",
|
|
|
|
"program": "${workspaceRoot}/src",
|
|
|
|
"args": [
|
|
|
|
"config",
|
|
|
|
"migrate",
|
2023-02-08 11:43:33 -08:00
|
|
|
"glyphs"
|
2023-01-27 05:29:22 -08:00
|
|
|
]
|
|
|
|
},
|
2022-05-22 10:26:46 -07:00
|
|
|
{
|
|
|
|
"name": "Get value",
|
|
|
|
"type": "go",
|
|
|
|
"request": "launch",
|
|
|
|
"mode": "debug",
|
|
|
|
"program": "${workspaceRoot}/src",
|
|
|
|
"args": [
|
|
|
|
"get",
|
|
|
|
"accent"
|
|
|
|
]
|
|
|
|
},
|
2022-11-17 11:52:41 -08:00
|
|
|
{
|
|
|
|
"name": "Toggle segment",
|
|
|
|
"type": "go",
|
|
|
|
"request": "launch",
|
|
|
|
"mode": "debug",
|
|
|
|
"program": "${workspaceRoot}/src",
|
|
|
|
"args": [
|
|
|
|
"toggle",
|
|
|
|
"git"
|
|
|
|
]
|
|
|
|
},
|
2021-04-04 11:28:41 -07:00
|
|
|
{
|
|
|
|
"type": "node",
|
|
|
|
"request": "launch",
|
|
|
|
"name": "Theme export",
|
2022-05-12 22:54:59 -07:00
|
|
|
"cwd": "${workspaceFolder}/website",
|
|
|
|
"program": "${workspaceRoot}/website/export_themes.js",
|
2021-04-04 11:28:41 -07:00
|
|
|
"console": "integratedTerminal"
|
2022-01-09 11:24:47 -08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Docs API",
|
|
|
|
"type": "node",
|
|
|
|
"request": "attach",
|
|
|
|
"port": 9229,
|
2022-07-12 11:42:49 -07:00
|
|
|
"preLaunchTask": "func: host start",
|
|
|
|
"cwd": "${workspaceFolder}/website",
|
|
|
|
"envFile": "${workspaceFolder}/website/.env"
|
2022-03-20 22:41:04 -07:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Debug CLI(cache)",
|
|
|
|
"type": "go",
|
|
|
|
"request": "launch",
|
|
|
|
"mode": "debug",
|
|
|
|
"program": "${workspaceRoot}/src",
|
|
|
|
"args": [
|
2022-05-08 09:17:13 -07:00
|
|
|
"cache"
|
2022-03-20 22:41:04 -07:00
|
|
|
]
|
2022-05-08 09:17:13 -07:00
|
|
|
}
|
2020-12-27 08:53:58 -08:00
|
|
|
]
|
|
|
|
}
|