Skip to content

Commit acb5def

Browse files
Add Jupyter extensions (#554)
1 parent 287b09c commit acb5def

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

extensions.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -781,6 +781,18 @@
781781
"extensionFile": "ms-toolsai-jupyter-insiders.vsix",
782782
"timeout": 30
783783
},
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+
},
784796
"ms-vscode.atom-keybindings": {
785797
"repository": "https://github.com/Microsoft/vscode-atom-keybindings"
786798
},

0 commit comments

Comments
 (0)