mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 01:00:05 +08:00
feat(dev): add tesk to generate vim doc
This commit is contained in:
parent
a2734a9e1c
commit
15f1765a20
@ -1,8 +1,7 @@
|
|||||||
[file-run]
|
[generate-vim-doc]
|
||||||
command = "cat"
|
command = "python"
|
||||||
|
args = ['-m', 'vimdoc', '.']
|
||||||
isBackground = true
|
isBackground = true
|
||||||
[file-run.options]
|
|
||||||
cwd = '${workspaceFolder}bin/'
|
|
||||||
[test_problemMatcher]
|
[test_problemMatcher]
|
||||||
command = "echo"
|
command = "echo"
|
||||||
args = ['.SpaceVim.d/tasks.toml:6:1 test error message']
|
args = ['.SpaceVim.d/tasks.toml:6:1 test error message']
|
||||||
|
Loading…
Reference in New Issue
Block a user