Files
vscode-jupyter/extensions.json

19 lines
523 B
JSON

[
{
"extensionsGroup": {
"description": "Extensions of Python",
"extensions": [
{
"name": "Python",
"notes": "Extension of Python",
"uniqueIdentifier": "ms-python.python"
},
{
"name": "Jupyter",
"notes": "Extension of Jupyter",
"uniqueIdentifier": "ms-toolsai.jupyter"
}
]
}
}
]