SpaceMarkdown/.vscode/launch.json
rick.chan ddef866276 完成基本功能.
Signed-off-by: rick.chan <chenyang@autoai.com>
2021-01-22 18:00:26 +08:00

16 lines
502 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": "Launch Package",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "${workspaceFolder}",
"args":["-i", "Test.md", "-o", "Tmp.md"]
}
]
}