nbdev icon indicating copy to clipboard operation
nbdev copied to clipboard

vscode extension for nbdev which cleans notebooks

Open jph00 opened this issue 3 years ago • 5 comments

jph00 avatar Aug 28 '22 03:08 jph00

Relevant documentation: https://code.visualstudio.com/api/extension-guides/notebook

seeM avatar Aug 28 '22 05:08 seeM

Since vscode doesn't support this yet, and we now have a pre-commit hook for the same thing, I'll close this.

jph00 avatar Sep 11 '22 21:09 jph00

@seeM @jph00 we added onWillSaveNotebookDocument API (see more details in https://github.com/microsoft/vscode/issues/157844#issuecomment-1483246751) and look forward to your feedbacks, thanks for your interest in VS Code's notebook support.

rebornix avatar Mar 24 '23 18:03 rebornix

Thanks @rebornix! Reopening this issue.

seeM avatar Mar 26 '23 06:03 seeM

This was fixed here: https://github.com/fastai/nbdev-vscode

Taytay avatar Apr 03 '23 03:04 Taytay