remvoe jupyter(json)

This commit is contained in:
rebornix
2022-02-15 17:40:00 -08:00
parent 7f99539fe7
commit cca25256a3
3 changed files with 2 additions and 30 deletions

View File

@@ -28,27 +28,6 @@
}
},
"contributes": {
"languages": [
{
"id": "jupyter",
"aliases": [
"Jupyter (JSON)"
],
"extensions": [
".ipynb"
]
}
],
"grammars": [
{
"language": "jupyter",
"scopeName": "source.jupyter",
"path": "./syntaxes/jupyter.tmLanguage.json",
"embeddedLanguages": {
"source.json": "json"
}
}
],
"notebooks": [
{
"type": "jupyter-notebook",