vectorgrp / vector-vscode-vcast

A VectorCAST test adapter for VS Code
Other
8 stars 2 forks source link

Fixed clicast ping test #194

Closed Den1552 closed 2 months ago

Den1552 commented 2 months ago

Summary

serverIsAlive() now requires a text field in the response. Since we mock the server fetch, I added a text field including clicast-path so that the split operation does not fail.

https://github.com/vectorgrp/vector-vscode-vcast/blob/3d64e64ad7b1c88837de7b48c19666e102c60ac7/src-common/vcastServer.ts#L143