Closed
Description
@tausbn reported being unable to view ~448M query log file from the query history, with the only message being that arising from
helpers.showAndLogErrorMessage(`Could not open log file ${queryHistoryItem.logFileLocation}`);
in query-history.ts
. He says when he tried to open the same file manually, it worked. We should probably at least log the exception being handled, and if possible, show the log in some way, even if it's without syntax highlighting.