mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-21 18:10:42 -04:00
Add doc task for this project.
This commit is contained in:
parent
2382cf9874
commit
fc757eee1f
16
.vscode/tasks.json
vendored
16
.vscode/tasks.json
vendored
@ -5,13 +5,23 @@
|
||||
"tasks": [
|
||||
{
|
||||
"type": "shell",
|
||||
"taskName": "cargo fmt",
|
||||
"label": "cargo fmt",
|
||||
"command": "cargo",
|
||||
"args": [
|
||||
"fmt",
|
||||
"--",
|
||||
"--write-mode",
|
||||
"overwrite"
|
||||
"--write-mode", "overwrite"
|
||||
],
|
||||
"problemMatcher": [
|
||||
"$rustc"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "shell",
|
||||
"label": "cargo doc",
|
||||
"command": "cargo",
|
||||
"args": [
|
||||
"doc", "--open"
|
||||
],
|
||||
"problemMatcher": [
|
||||
"$rustc"
|
||||
|
Loading…
x
Reference in New Issue
Block a user