Skip to content

Commit ffbd471

Browse files
More logging
1 parent 062f94e commit ffbd471

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ let compilerLogsWatcher = chokidar
231231
try {
232232
console.log("Send updated diagnostics");
233233
sendUpdatedDiagnostics();
234+
console.log("Send compilation finished message");
234235
sendCompilationFinishedMessage();
235236
if (config.extensionConfiguration.inlayHints?.enable === true) {
236237
sendInlayHintsRefresh();

0 commit comments

Comments
 (0)