mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 12:33:35 +01:00
remvoe jupyter(json)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user