Commit 14c2889
authored
feat(cli): add setup-renderdoc command for one-step install (#181)
* feat(cli): add setup-renderdoc command for one-step install
* refactor(doctor): simplify _make_build_hint to single return
All three platform branches returned identical text after the
setup-renderdoc unification. Collapse to a single return.
* fix(doctor): check RENDERDOC_PYTHON_PATH and skip stale vulkan entries
- _check_win_python_version: include RENDERDOC_PYTHON_PATH in search
paths so pixi-local installs are found
- _check_win_vulkan_layer: collect all registry entries and pick the
first one whose JSON file actually exists, instead of failing on a
stale entry from a previous install
* fix(docs): add setup-renderdoc to commands.json category1 parent 6f2952f commit 14c2889
13 files changed
Lines changed: 699 additions & 652 deletions
File tree
- docs-astro/src
- data
- pages/docs
- scripts
- src/rdc
- _skills/references
- commands
- tests/unit
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
| 44 | + | |
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
| |||
81 | 80 | | |
82 | 81 | | |
83 | 82 | | |
84 | | - | |
| 83 | + | |
85 | 84 | | |
86 | 85 | | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
| 86 | + | |
95 | 87 | | |
96 | 88 | | |
97 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
497 | 497 | | |
498 | 498 | | |
499 | 499 | | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
500 | 506 | | |
501 | 507 | | |
502 | 508 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
| 88 | + | |
100 | 89 | | |
101 | 90 | | |
102 | 91 | | |
| |||
0 commit comments