Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 886 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 886 Bytes

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

History