-
Notifications
You must be signed in to change notification settings - Fork 1
Description
The ceedling extension does not load the tests, the output has the following log.
2025-10-08 09:10:56.645 [debug] getFileList(fileType=test, projectKey=ATLibs/VehicleDataProcessing)
2025-10-08 09:10:56.653 [debug] execCeedling(args=[ 'files:test', ' --project project.yml' ])
command=ceedling files:test --project project.yml
cwd=/home/lucas.alves/git/ucc3.mpu.at_firmware/ATLibs/VehicleDataProcessing/Project/Ceedling
shell=bash
2025-10-08 09:10:57.058 [debug] exec done
2025-10-08 09:10:57.058 [debug] gotten 4 test files
2025-10-08 09:10:57.058 [debug] adding test files to project data
2025-10-08 09:10:57.068 [error] setTestSuiteInfo()=TypeError: a.join is not a function
at /home/lucas.alves/.vscode-server/extensions/throw-the-switch.vscode-ceedling-1.0.0/out/src/main.js:53:2892
at Array.map ()
at /home/lucas.alves/.vscode-server/extensions/throw-the-switch.vscode-ceedling-1.0.0/out/src/main.js:53:2876
at Array.flatMap ()
at xr.parseParametrizedTestCases (/home/lucas.alves/.vscode-server/extensions/throw-the-switch.vscode-ceedling-1.0.0/out/src/main.js:53:2571)
at xr.getTestSuiteChildren (/home/lucas.alves/.vscode-server/extensions/throw-the-switch.vscode-ceedling-1.0.0/out/src/main.js:53:4125)
at getTestSuiteChildren.next ()
at Function.from ()
at xr.setTestSuiteInfo (/home/lucas.alves/.vscode-server/extensions/throw-the-switch.vscode-ceedling-1.0.0/out/src/main.js:53:3634)
at xr.load (/home/lucas.alves/.vscode-server/extensions/throw-the-switch.vscode-ceedling-1.0.0/out/src/main.js:43:4995)
at processTicksAndRejections (node: internal/process/task_queues:105:5)