Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/transmute-industries/vscode-scitt-preview
- Owner: transmute-industries
- License: mit
- Created: 2024-01-19T22:52:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-15T19:48:55.000Z (10 months ago)
- Last Synced: 2024-05-21T11:44:11.894Z (9 months ago)
- Topics: cbor, ietf, scitt, vscode
- Language: TypeScript
- Homepage: https://github.com/transmute-industries/vscode-scitt-preview
- Size: 3.51 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```
After successfully installing:
I've not tested this very thoroughly, but here you go:
## 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)