pluto-vscode
pluto-vscode copied to clipboard
Pluto inside a VS Code Webview, WIP
When I right click a file and open with pluto, the screen simply stuck at Loading
Hi there, *edit* added a further clarification on where it runs Firstly, thanks so much for this extension. Pluto is great, and running it in VSCode is even better. Issue...
Hi, I am loving the extension! I was wondering if VS Code custom keybinding support is in the roadmap (i.e. for VI keybings, etc).
Hi, Thanks for providing this plugin for VS code, which goes quite a way to making it easier to interface with Pluto. Unfortunately, when I tried using it just now...
- [ ] Listen for file save events from Pluto and notify extension to save (almost done) - [ ] Listen for file edit events and notify extension to apply...
VSCode doesn't like to update the whole document. It's much preferable to create a diff of the changes and pass that to VS Code.
Currently it destroys the webview without protection, so that closes the notebook.
Instead of Pluto's file manager. This means: - [x] No more file UI at the top of Pluto - [X] Knowing when VS Code renames/moves a file and update Pluto...
It currently reloads the html. We have [`getState` and `setState`](https://code.visualstudio.com/api/extension-guides/webview#getstate-and-setstate) for this. Persisting scroll position would also be nice