vscode/extensions/ipynb
Matt Bierner 39df243d21
priority -> yieldTo for drop/paste API proposals (#189881)
Move await from `priority` for drop/paste API proposals

For #179430, #30066

Switching to use `yieldTo` instead of `priority` to let an extension de-rank itself in the list of edits. `priority` was an arbitrary number while `yieldTo` gives more control over how the ranking takes place
2023-08-07 18:32:03 -07:00
..
.vscode notebook image cleaning automation (#159212) 2022-09-09 11:32:10 -07:00
notebook-src Check for attachment: in markdown cell renderer (#181462) 2023-05-03 16:51:22 -07:00
src priority -> yieldTo for drop/paste API proposals (#189881) 2023-08-07 18:32:03 -07:00
.gitignore add notebook-out to .gitignore 2022-07-26 12:29:23 -07:00
.vscodeignore change dir of cellAttachmentRenderer (#157671) 2022-08-09 20:00:24 +02:00
esbuild.js Combine esbuild scripts (#184531) 2023-06-09 14:55:05 -07:00
extension-browser.webpack.config.js
extension.webpack.config.js
package.json json formatting 2023-06-20 15:02:32 -07:00
package.nls.json Add localization comment (#176272) 2023-03-06 09:40:56 -08:00
README.md ipynb: fix readme 2021-07-27 13:54:19 -07:00
tsconfig.json Allow dropping images into notebook cells to create attachments (#180256) 2023-04-19 09:39:04 -07:00
yarn.lock Update ipynb yarn lock (#156004) 2022-07-22 23:26:14 +02:00

Jupyter for Visual Studio Code

Notice: This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.

Features

This extension provides the following Jupyter-related features for VS Code:

  • Open, edit and save .ipynb files