1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 22:10:06 +08:00

feat(dev): add tesk to generate vim doc

This commit is contained in:
Shidong Wang 2021-10-03 19:56:16 +08:00
parent a2734a9e1c
commit 15f1765a20
No known key found for this signature in database
GPG Key ID: 41BB7053E835C848

View File

@ -1,8 +1,7 @@
[file-run]
command = "cat"
[generate-vim-doc]
command = "python"
args = ['-m', 'vimdoc', '.']
isBackground = true
[file-run.options]
cwd = '${workspaceFolder}bin/'
[test_problemMatcher]
command = "echo"
args = ['.SpaceVim.d/tasks.toml:6:1 test error message']