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
- Host: GitHub
- URL: https://github.com/triggerdotdev/vscode-extension
- Owner: triggerdotdev
- License: mit
- Created: 2022-02-15T12:06:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-01T17:38:55.000Z (almost 4 years ago)
- Last Synced: 2025-10-03T10:39:12.854Z (3 months ago)
- Language: TypeScript
- Size: 13.4 MB
- Stars: 15
- Watchers: 4
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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

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

### 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)

## 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