1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 03:00:06 +08:00
SpaceVim/.SpaceVim.d/tasks.toml

11 lines
206 B
TOML
Raw Normal View History

2020-02-14 22:15:04 +08:00
[file-build]
2020-02-21 16:01:07 +08:00
command = 'echo ${relativeFile}'
2020-02-14 22:15:04 +08:00
isBackground = false
[file-build.options]
2020-02-21 16:01:07 +08:00
cmd = '${workspaceFolder}'
2020-02-14 22:15:04 +08:00
[file-run]
command = "echo"
args = ['hello']
isBackground = false