Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>MsgPackNew to Visual Studio Code? Get it now.
MsgPack

MsgPack

Huber Bastian

|
3,125 installs
| (2) | Free
Allows for converting msgpack to json view and vice versa.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

msgpack

This plugin allows for converting msgpack files to json and vice versa. To to so enter Ctrl+Shift+Pand 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

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft