Pixels Inspector for VS CodePixels Inspector is a read-only, cross-platform VS Code extension for exploring Pixels ( Getting startedOpen a FeaturesAnalyze physical storage, browse exact values, and run bounded local queries from one focused editor. The portable WebAssembly Core keeps parsing on your machine and works without a JVM, database, or service.
Analyze follows File → Row Group → Column Chunk → Pixel with linked schema and physical layout.
Data provides bounded row and column browsing with exact value rendering.
Query builds and runs bounded scans with typed predicates, ordering, progress, and continuation. Example file
SettingsConfigure Pixels Inspector in VS Code settings. All settings are resource-scoped, so they can vary by workspace or file context.
Platform and format supportPixels Inspector supports desktop, Remote, virtual-workspace, and browser extension hosts. The same WebAssembly Core is packaged for Linux, macOS, and Windows on x64 and arm64. Local and Remote The V1 conformance inventory covers all eight TPC-H tables and 61 columns, with the 16-column Pixels V1 records compression enum metadata but does not compress payload bytes. The inspector displays every declared compression enum value as inactive metadata and does not claim codec support that the format does not use. Privacy and securityPixels Inspector is read-only. It does not modify PXL files, collect telemetry, or send file contents to a service. Parsing runs locally in a verified WebAssembly worker, and local or Remote files are read through bounded ranges. Report defects and security concerns through the GitHub issue tracker. The source is available under the GNU Affero General Public License v3.0 or later. DevelopmentDevelopment requires Node.js 24 or newer. CMake, Ninja, and the pinned Emscripten toolchain are also required when rebuilding the portable Core.
Core changes must be built from the |