We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 287b09c commit acb5defCopy full SHA for acb5def
extensions.json
@@ -781,6 +781,18 @@
781
"extensionFile": "ms-toolsai-jupyter-insiders.vsix",
782
"timeout": 30
783
},
784
+ "ms-toolsai.jupyter-keymap": {
785
+ "repository": "https://github.com/microsoft/vscode-jupyter-keymap"
786
+ },
787
+ "ms-toolsai.jupyter-renderers": {
788
+ "repository": "https://github.com/Microsoft/vscode-notebook-renderers",
789
+ "custom": [
790
+ "npm ci",
791
+ "npm run package",
792
+ "mv *.vsix extension.vsix"
793
+ ],
794
+ "timeout": 30
795
796
"ms-vscode.atom-keybindings": {
797
"repository": "https://github.com/Microsoft/vscode-atom-keybindings"
798
0 commit comments