Skip to content

Commit 0021a83

Browse files
committed
Update the params of subdoc in the vscode launcher
1 parent 4bb3ba2 commit 0021a83

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.vscode/launch.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,20 @@
2020
"/third_party/",
2121
"--copy-file",
2222
"subdoc/gen_tests/subdoc-test-style.css",
23+
"--copy-file",
24+
"web/logo.png",
25+
"--favicon",
26+
"logo.png;image/png",
2327
"--css",
2428
"subdoc-test-style.css",
2529
"--project-md",
2630
"sus/project.md",
27-
"subspace/sus/lib"
31+
"--project-logo",
32+
"logo.png",
33+
"--project-name",
34+
"Subspace",
35+
"--ignore-bad-code-links",
36+
"usize_unitt"
2837
],
2938
"cwd": "${workspaceFolder}"
3039
},

0 commit comments

Comments
 (0)