Skip to content

Commit

Permalink
add embedded extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sofian Hnaide committed Jun 2, 2023
1 parent 15f43eb commit d13e877
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion product.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,32 @@
},
"publisherDisplayName": "Microsoft"
}
}
},
{
"name": "ms-toolsai.jupyter",
"version": "2022.5.1001610507",
"repo": "https://github.com/Microsoft/vscode-jupyter"
},
{
"name": "ms-python.python",
"version": "2022.16.1",
"repo": "https://github.com/Microsoft/vscode-python"
},
{
"name": "ms-pyright.pyright",
"version": "1.1.306",
"repo": "https://github.com/Microsoft/pyright"
},
{
"name": "ms-toolsai.jupyter-keymap",
"version": "1.1.0",
"repo": "https://github.com/Microsoft/vscode-jupyter-keymap"
},
{
"name": "ms-toolsai.jupyter-renderers",
"version": "1.0.9",
"repo": "https://github.com/Microsoft/vscode-notebook-renderers"
}
],
"extensionsGallery": {
"serviceUrl": "https://open-vsx.org/vscode/gallery",
Expand Down

0 comments on commit d13e877

Please sign in to comment.