numaru / vscode-ceedling-test-adapter

Ceedling Test Adapter for the VS Code Test Explorer
MIT License
37 stars 13 forks source link

Using instructions, When I open the test view I get an error #101

Closed Jerryc4174 closed 2 years ago

Jerryc4174 commented 2 years ago

I followed the instruction on your web post and fot the following error when I opened the test view image "error command test-explorer.reload-collection. Command "test-explorer.reload-collection" not found.

numaru commented 2 years ago

Do you have a link to this web post or maybe you are talking about the README?

This extension does not provide the test-explorer.reload-collection command. The extension is just a bit of glue to run ceedling commands and parse the results. And It relies and depends on another extension https://github.com/hbenl/vscode-test-explorer which provide the incriminated command. But I have never seen this message before.

Could you share the version of vscode-test-explorer, vscode-ceedling-test-adapter and vscode you are using? Maybe with that, I should be able to reproduce the issue.

Jerryc4174 commented 2 years ago
Kin – I appreciate the response.  Here are the versions installed: Vscode Test Explorer v2.21.1Vscode v1.66.2Ceedling Test Adapter 1.9.1 Regards Jerry Crane Sent from Mail for Windows From: Kin NumaruSent: Wednesday, May 4, 2022 1:30 PMTo: numaru/vscode-ceedling-test-adapterCc: Jerryc4174; AuthorSubject: Re: [numaru/vscode-ceedling-test-adapter] Using instructions, When I open the test view I get an error (Issue #101) Do you have a link to this web post or maybe you are talking about the README?This extension does not provide the test-explorer.reload-collection command. It is just a bit of glue to run ceedling commands and parse the results. It relies and depends on another extension https://github.com/hbenl/vscode-test-explorer which provide the incriminated command. But I have never seen this message before.Could you share the version of vscode-test-explorer, vscode-ceedling-test-adapter and vscode you are using? Maybe with that, I should be able to reproduce the issue.—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***> 
Jerryc4174 commented 2 years ago
Kin – Just an update.  I was able to get the test adapter working by installing mingw32 using msys2.  It is now working perfectly.  Sorry to raise the issue. Jerry Crane Sent from Mail for Windows From: Kin NumaruSent: Wednesday, May 4, 2022 1:30 PMTo: numaru/vscode-ceedling-test-adapterCc: Jerryc4174; AuthorSubject: Re: [numaru/vscode-ceedling-test-adapter] Using instructions, When I open the test view I get an error (Issue #101) Do you have a link to this web post or maybe you are talking about the README?This extension does not provide the test-explorer.reload-collection command. It is just a bit of glue to run ceedling commands and parse the results. It relies and depends on another extension https://github.com/hbenl/vscode-test-explorer which provide the incriminated command. But I have never seen this message before.Could you share the version of vscode-test-explorer, vscode-ceedling-test-adapter and vscode you are using? Maybe with that, I should be able to reproduce the issue.—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***> 
numaru commented 2 years ago

Thank you for the follow up 😃