Apex Log Insights for VS CodeAnalyze a Salesforce Apex debug log beside its source file. Apex Log Insights opens five linked report views and lets you select a finding's Log line to reveal the corresponding raw text in the editor. Before you startUse desktop VS Code 1.96 or later and a readable The extension is a source-build release candidate, not a verified Marketplace release. See installation availability and source-build steps to obtain a local VSIX. Installing an existing VSIX does not require Node.js or pnpm. The packaged VSIX includes For source builds, the package's build command compiles the shared core package
first, so it works in a fresh clone without generated Analyze a log
Use Apex Log Insights: Analyze Log File… to choose a file without opening it first. The report follows the active editor theme, including theme changes while the panel is open. See the Light and Dark screenshots. Refresh or recoverIf the source changes, the report remains visible and shows a stale-source notice. Select Refresh Analysis to analyze the current content. Unsaved editor text is analyzed without saving it. Deleting the source makes it unavailable; choose another existing log to continue. If commands are missing, confirm the extension is installed and enabled in the current workspace, then reload VS Code. A file over 25 MiB is rejected; capture a smaller log or reduce the input before retrying. Parsing can be cancelled and stops after 120 seconds if it does not finish. Commands use the Apex Log Insights: prefix to distinguish them from other Salesforce extensions. PrivacyParsing runs in a worker in the workspace extension host. Log processing makes no network request, starts no server, and writes no log or report to disk. Source and report content remain in memory while the panel is open. Closing the panel releases its references. In Remote SSH and Dev Containers, the workspace extension host is remote, so processing occurs there rather than on the desktop. Those environments were not included in the recorded candidate runtime checks. Read the privacy guide before sharing a log or report. Other ways to analyze logsApex Log Insights also has Chrome, Edge, and Firefox extensions, a command-line tool, a Node.js/TypeScript library, and an MCP server for AI clients. See current availability for installation options. MCP results pass to the configured AI client, which may send them to a cloud model. Feedback and supportSend questions, suggestions, or bug reports to feedback@apexloginsights.com. Include your VS Code and extension versions and the steps to reproduce the problem. Attach only a small synthetic or sanitized log. Related |