1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 22:40:04 +08:00
SpaceVim/.SpaceVim.d/tasks.toml
2020-02-21 16:01:07 +08:00

11 lines
206 B
TOML

[file-build]
command = 'echo ${relativeFile}'
isBackground = false
[file-build.options]
cmd = '${workspaceFolder}'
[file-run]
command = "echo"
args = ['hello']
isBackground = false