Using instructions, When I open the test view I get an error
Closed this issue · 4 comments
Jerryc4174 commented
numaru commented
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
<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
code
{mso-style-priority:99;
font-family:"Courier New";}
.MsoChpDefault
{mso-style-type:export-only;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
-->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
<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
code
{mso-style-priority:99;
font-family:"Courier New";}
.MsoChpDefault
{mso-style-type:export-only;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
-->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
Thank you for the follow up 😃