msgpack
This plugin allows for converting msgpack files to json and vice versa. To to so enter Ctrl+Shift+P and enter msgpack . You'll find two commands
MsgPack to JSON : Converts the content on the file on disk to JSON and replaces the content of the editor without writing back to disk
JSON to MsgPack : Takes the content of the editor, converts it to MsgPack and directly overwrites the open file on disk.
NOTE: Both commands overwrite the content of the open file on disc
Release Notes
0.0.7
To circumvent issues with binary files, directly fetch content of files from disk.
0.0.1
Initial version of the extension
| |