We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bb3ba2 commit 0021a83Copy full SHA for 0021a83
.vscode/launch.json
@@ -20,11 +20,20 @@
20
"/third_party/",
21
"--copy-file",
22
"subdoc/gen_tests/subdoc-test-style.css",
23
+ "--copy-file",
24
+ "web/logo.png",
25
+ "--favicon",
26
+ "logo.png;image/png",
27
"--css",
28
"subdoc-test-style.css",
29
"--project-md",
30
"sus/project.md",
- "subspace/sus/lib"
31
+ "--project-logo",
32
+ "logo.png",
33
+ "--project-name",
34
+ "Subspace",
35
+ "--ignore-bad-code-links",
36
+ "usize_unitt"
37
],
38
"cwd": "${workspaceFolder}"
39
},
0 commit comments