You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VS Code version: 1.20.1
Python Extension version: 2018.1.0
Python Version: 3.6.4
OS and version: Windows 10 x64 Pro
Actual behavior
Conflicting commands which exists in both vscode-python & vscodeJupyter extensions: runSelectionLine, execCurrentCell, execCurrentCellAndAdvance, gotToPreviousCell, gotToNextCell
Expected behavior
Expected nothing conflicted commands in these two extensions
Output from Console window (Help->Developer Tools menu)
extensionService.ts:791 [C:\Users\info_000\.vscode\extensions\ms-python.python-2018.1.0]: Command `jupyter.runSelectionLine` appears multiple times in the `commands` section.
extensionService.ts:791 [C:\Users\info_000\.vscode\extensions\ms-python.python-2018.1.0]: Command `jupyter.execCurrentCell` appears multiple times in the `commands` section.
extensionService.ts:791 [C:\Users\info_000\.vscode\extensions\ms-python.python-2018.1.0]: Command `jupyter.execCurrentCellAndAdvance` appears multiple times in the `commands` section.
extensionService.ts:791 [C:\Users\info_000\.vscode\extensions\ms-python.python-2018.1.0]: Command `jupyter.gotToPreviousCell` appears multiple times in the `commands` section.
extensionService.ts:791 [C:\Users\info_000\.vscode\extensions\ms-python.python-2018.1.0]: Command `jupyter.gotToNextCell` appears multiple times in the `commands` section.
Environment data
VS Code version: 1.20.1
Python Extension version: 2018.1.0
Python Version: 3.6.4
OS and version: Windows 10 x64 Pro
Actual behavior
Conflicting commands which exists in both vscode-python & vscodeJupyter extensions:
runSelectionLine
,execCurrentCell
,execCurrentCellAndAdvance
,gotToPreviousCell
,gotToNextCell
Expected behavior
Expected nothing conflicted commands in these two extensions
Steps to reproduce:
Install extensions vscode-python & vscodeJupyter, open Developer Tools Console and see messages there
Logs
Output from
Console window
(Help->Developer Tools menu)I also tried to register issue there Conflicting commands in
vscode-python
&vscodeJupyter
The text was updated successfully, but these errors were encountered: