Skip to content

Releases: keta1930/jsonl-native-reader

JSONL Native Reader 0.2.1

Choose a tag to compare

@keta1930 keta1930 released this 26 Sep 08:43

JSONL Native Reader 0.2.1 provides English documentation throughout the repository and installed extension, including the README, maintenance guidance, changelog, project documentation, and Marketplace description.

Reader behavior, interface labels, extension ID (keta1930.jsonl-native-reader), and compatibility requirements are unchanged. Requires VS Code 1.96 or later.

Validation: type checking, build, VSIX content verification, and independent documentation review passed. Runtime source and assets were unchanged, so business tests and UI checks were not repeated for this documentation release.

Install the attached VSIX or update the existing Marketplace extension.

JSONL Native Reader 0.2.0

Choose a tag to compare

@keta1930 keta1930 released this 26 Sep 06:21

Read JSONL and NDJSON as a complete formatted JSON array in VS Code's native read-only editor.

  • Automatically open JSONL and NDJSON in the reader, with an opt-out setting and direct access to source files.
  • Preserve original numeric literals, duplicate keys, key order and string escapes.
  • Search, select and copy the full document; refresh changed sources and cancel formatting.
  • Large files remain complete and searchable. VS Code may disable syntax highlighting and folding, and source-line navigation is limited beyond its extension synchronization threshold.

Install the attached VSIX using Extensions → Install from VSIX. Requires VS Code 1.96 or later.

The package uses the candidate publisher ID keta1930. Marketplace publisher ownership verification and listing publication are pending; this GitHub release does not imply Marketplace availability.

Authors: keta1930 and codex-gpt-6-astra. MIT licensed.