mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-20 13:31:28 +07:00
KTNB-235, PY-64586: Plugin-level refactoring
Introduce new intellij.jupyter.py plugin that contains python-specific extensions for Jupyter support. Merge-request: IJ-MR-137841 Merged-by: Ilya Muradyan <Ilya.Muradyan@jetbrains.com> GitOrigin-RevId: 5f336d39c665706eebcc4b0af75b0458e95b6b6a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f43d8d2af2
commit
4213cb6df8
@@ -216,8 +216,8 @@
|
||||
},
|
||||
{
|
||||
"vsCodeId": "ms-toolsai.jupyter",
|
||||
"ideaName": "Jupyter",
|
||||
"ideaId": "intellij.jupyter"
|
||||
"ideaName": "Python Support for Jupyter",
|
||||
"ideaId": "intellij.jupyter.py"
|
||||
},
|
||||
{
|
||||
"vsCodeId": "ms-vscode-remote.remote-containers",
|
||||
|
||||
@@ -276,8 +276,8 @@
|
||||
},
|
||||
{
|
||||
"vsCodeId": "ms-toolsai.jupyter",
|
||||
"ideaName": "Jupyter",
|
||||
"ideaId": "intellij.jupyter"
|
||||
"ideaName": "Python Support for Jupyter",
|
||||
"ideaId": "intellij.jupyter.py"
|
||||
},
|
||||
{
|
||||
"vsCodeId": "ms-vscode-remote.remote-containers",
|
||||
|
||||
@@ -251,8 +251,8 @@
|
||||
},
|
||||
{
|
||||
"vsCodeId": "ms-toolsai.jupyter",
|
||||
"ideaName": "Jupyter",
|
||||
"ideaId": "intellij.jupyter"
|
||||
"ideaName": "Python Support for Jupyter",
|
||||
"ideaId": "intellij.jupyter.py"
|
||||
},
|
||||
{
|
||||
"vsCodeId": "ms-vscode-remote.remote-containers",
|
||||
|
||||
Reference in New Issue
Block a user