Describe the bug
The ubCode checker misses an existing codelinks project that's referenced by a src-trace directive.
To Reproduce
The test_cases project is correctly listed in src_trace.toml as [codelinks.projects.test_cases].
The src-trace directive references it as
.. src-trace::
:project: test_cases
:file: ./safety_checker/test/safety_checker_test.cpp
The documentation generation produces the expected result.
ubCode reports the following error in vscode:
Unknown codelinks project: "test_cases". Available projects: []
Expected behavior
ubCode doesn't report any error.
Screenshots
Desktop (please complete the following information):
- OS: Linux in devcontainer in WSL
- Architecture: x64
- ubCode version: 0.33.0
Describe the bug
The ubCode checker misses an existing codelinks project that's referenced by a
src-tracedirective.To Reproduce
The
test_casesproject is correctly listed insrc_trace.tomlas[codelinks.projects.test_cases].The
src-tracedirective references it asThe documentation generation produces the expected result.
ubCode reports the following error in vscode:
Expected behavior
ubCode doesn't report any error.
Screenshots
Desktop (please complete the following information):