This is a VS Code extension that lets you view Python pickle files easily in the VS Code editor, without having to run `python -m pickle` in the terminal. I made it using `pickletools` and `pickle` and the VS Code API.
This is a VS Code extension that lets you view Python pickle files easily in the VS Code editor, without having to run `python -m pickle` in the terminal. I made it using `pickletools` and `pickle` and the VS Code API.