Skip to content

Commit 97abffb

Browse files
committed
Added generate doc task
1 parent 053aa73 commit 97abffb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.vscode/tasks.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,17 @@
115115
},
116116
"problemMatcher": []
117117
},
118+
{
119+
// Generate documentation.
120+
"label": "📄 Generate Doc",
121+
"type": "shell",
122+
"command": "bash",
123+
"args": [
124+
"-c", "-l",
125+
" set +e +x ; cargo doc --document-private-items ; echo ✅ ◾ ️Done! "
126+
],
127+
"problemMatcher": []
128+
},
118129
{
119130
// Remove all compiled files.
120131
"label": "🗑 Clean",

0 commit comments

Comments
 (0)