Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/transmute-industries/vscode-scitt-preview

View CBOR Extended Diagnostic Notation (EDN) for `.cbor` files in VSCode.
https://github.com/transmute-industries/vscode-scitt-preview

cbor ietf scitt vscode

Last synced: 2 months ago
JSON representation

View CBOR Extended Diagnostic Notation (EDN) for `.cbor` files in VSCode.

Awesome Lists containing this project

README

        

# SCITT Preview

View CBOR Extended Diagnostic Notation (EDN) for `.cbor` files in VSCode.

This plugin is not published to the marketplace.

## Building and Installing Locally

```
git clone [email protected]:transmute-industries/vscode-scitt-preview.git
cd vscode-scitt-preview;
npm i
npm run build:vsix
```

install locally built vsix

After successfully installing:

scitt preview plugin in list of installed extensions

I've not tested this very thoroughly, but here you go:

edn from a cbor message displayed in vscode

## Based on

- https://github.com/hildjj/node-cbor
- https://github.com/microsoft/vscode-extension-samples/tree/main/custom-editor-sample

## History

- [Dev Day Twitter Thread](https://twitter.com/OR13b/status/1748490842774417801)