An open API service indexing awesome lists of open source software.

https://github.com/triggerdotdev/vscode-extension

View in JSON Hero from VS Code
https://github.com/triggerdotdev/vscode-extension

Last synced: 3 months ago
JSON representation

View in JSON Hero from VS Code

Awesome Lists containing this project

README

          

# JSON Hero support for VS Code

Quickly view JSON in jsonhero.io - a beautiful JSON viewer for the web.

## Features

### View in jsonhero.io

Run command "**View in jsonhero.io**" to view the open file in jsonhero.io

View in jsonhero.io

You can also view the selected JSON only using the same command:

View in jsonhero.io

### View in jsonhero.io at path

View the JSON file, opened at the location of the cursor (useful for opening onto the exact part of the document you want to preview)

View in jsonhero.io

## Extension Settings

This extension contributes the following settings:

- `jsonhero.openInDefaultBrowser`: Open jsonhero.io in your default browser (true by default)
- `jsonhero.customBrowser`: If `openInDefaultBrowser` is set to false, use this setting to set the browser to use. One of `chrome`, `firefox`, `edge`, or `safari`. Defaults to `chrome`.
- `jsonhero.url`: Allows you to point to a different instance of JSON Hero (if you are running it locally or have deployed it yourself). Defaults to `https://jsonhero.io`

## Known Issues

Currently no known issues

## Release Notes

### 0.1.1 and 0.1.2

Some copy and marketplace design tweaks

### 0.1.0

Initial release of the extension