Agregando Primer Commit.

This commit is contained in:
2026-01-29 02:58:36 +00:00
commit e21865d1cb
5 changed files with 70 additions and 0 deletions

19
extensions.json Normal file
View File

@@ -0,0 +1,19 @@
[
{
"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"
}
]
}
}
]