Log Workbench SLog Workbench S is a VS Code extension for analyzing local text and log files directly inside VS Code. It is based on the Log Workbench S local log-analysis UI and runs entirely inside a VS Code Webview. Log contents are read from the selected local file by the extension host and passed directly to the Webview for analysis. No server, upload, or external service is required. Features
Supported filesThe context-menu command is available for common text/log files:
The Webview can also accept a local file by drag and drop. How to open a logExplorer
Editor tab
The selected file is loaded directly into the Log Workbench S Webview. Privacy and network behaviorLog Workbench S does not send log contents to a remote server. The extension reads the selected local file through the VS Code extension host and transfers the content to its local Webview for analysis. No external API or network service is required. LimitationsLog Workbench S is intended for local development and test logs rather than extremely large production log datasets. Very large files can require significant memory and CPU resources. The table rendering is intentionally capped at 20,000 displayed rows at a time to keep the Webview responsive. Filtering and statistics still operate on the complete loaded dataset. Extension structure
Version1.0.0 |