Fix microsoft/vscode-internalbacklog#4325, update accept change command
This commit is contained in:
Родитель
a3ce27c501
Коммит
71b00a21db
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "jupyter-keymap",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "jupyter-keymap",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"vscode": "^1.79.0-insider"
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
},
|
||||
"displayName": "Jupyter Keymap",
|
||||
"description": "Jupyter keymaps for notebooks",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"engines": {
|
||||
"vscode": "^1.79.0-insider"
|
||||
},
|
||||
|
@ -120,7 +120,7 @@
|
|||
"win": "ctrl+alt+enter",
|
||||
"linux": "ctrl+alt+enter",
|
||||
"when": "interactiveEditorHasProvider && interactiveEditorVisible && !interactiveEditorDocumentChanged || interactiveEditorHasProvider && interactiveEditorVisible && config.interactiveEditor.editMode != 'preview'",
|
||||
"command": "interactiveEditor.applyEdits"
|
||||
"command": "interactive.acceptChanges"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче