Closed Den1552 closed 2 months ago
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.
serverIsAlive()
text
clicast-path
https://github.com/vectorgrp/vector-vscode-vcast/blob/3d64e64ad7b1c88837de7b48c19666e102c60ac7/src-common/vcastServer.ts#L143
Summary
serverIsAlive()
now requires atext
field in the response. Since we mock the server fetch, I added a text field includingclicast-path
so that the split operation does not fail.https://github.com/vectorgrp/vector-vscode-vcast/blob/3d64e64ad7b1c88837de7b48c19666e102c60ac7/src-common/vcastServer.ts#L143