Skip to content

Commit 9d2136a

Browse files
kichunyasava-cska
authored andcommitted
Fix Server log in vs-plugin.
1 parent abe26fd commit 9d2136a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vscode-plugin/src/client/client.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -765,8 +765,10 @@ export class Client {
765765
}, this.DEFAULT_TIMEOUT);
766766
serverResponse.on('data', async responseAny => {
767767
const response = responseAny as T;
768+
const logEntry = response as LogEntry;
768769
started.value = true;
769770
await this.handleResponse(response, progressKey, resolve, responseHandler);
771+
utbotUI.channels().outputServerLogChannel.append(logEntry.getMessage());
770772
})
771773
.on('error', (err) => {
772774
started.value = true;

0 commit comments

Comments
 (0)