Skip to content

Commit

Permalink
Use rustdoc-include instead of include-doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
frozenlib committed May 12, 2024
1 parent c668b39 commit 34d2ddf
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"clear": true
},
"dependsOn": [
"include doc"
"rustdoc-include"
],
},
{
Expand All @@ -84,7 +84,7 @@
"clear": true
},
"dependsOn": [
"include doc"
"rustdoc-include"
],
},
{
Expand Down Expand Up @@ -123,7 +123,7 @@
"clear": true
},
"dependsOn": [
"include doc"
"rustdoc-include"
],
},
{
Expand Down Expand Up @@ -246,14 +246,15 @@
},
{
"type": "shell",
"label": "include doc",
"command": "include-doc",
"label": "rustdoc-include",
"command": "rustdoc-include",
"args": [
"--root",
"${workspaceFolder}"
],
"problemMatcher": [
{
"owner": "include-doc",
"owner": "rustdoc-include",
"fileLocation": [
"relative",
"${workspaceFolder}"
Expand Down

0 comments on commit 34d2ddf

Please sign in to comment.