mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-26 13:19:42 +00:00
* Add API for setting kernelspec in ipynb files Fixes #130602 This adds a new API to the built-in ipynb extension that lets other extension set the kernelspec metadata on a notebook file * Temporarily skip the notebook editor tests We need the new webview content to be published before these can run * Use `custom` instead of top level property