-
Notifications
You must be signed in to change notification settings - Fork 37
Home
ousttrue edited this page Mar 18, 2022
·
2 revisions
Welcome to the vrm-specification wiki!
VSCODE
doctoc
$ npx doctoc --maxlevel 3 specification/VRMC_vrm-1.0_draft/README.ja.md
.vscode/tasks.json
例
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "doctoc",
"type": "shell",
"command": "npx doctoc --maxlevel 3 ${file}",
"problemMatcher": []
}
]
}