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": [
|
"tasks": [
|
||||||
{
|
{
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"taskName": "cargo fmt",
|
"label": "cargo fmt",
|
||||||
"command": "cargo",
|
"command": "cargo",
|
||||||
"args": [
|
"args": [
|
||||||
"fmt",
|
"fmt",
|
||||||
"--",
|
"--",
|
||||||
"--write-mode",
|
"--write-mode", "overwrite"
|
||||||
"overwrite"
|
],
|
||||||
|
"problemMatcher": [
|
||||||
|
"$rustc"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "shell",
|
||||||
|
"label": "cargo doc",
|
||||||
|
"command": "cargo",
|
||||||
|
"args": [
|
||||||
|
"doc", "--open"
|
||||||
],
|
],
|
||||||
"problemMatcher": [
|
"problemMatcher": [
|
||||||
"$rustc"
|
"$rustc"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user