Treat Jupyter's Python 3 Ipykernel alias as Python 3. (#18943)

This commit is contained in:
Cory Rivera
2022-04-06 11:27:15 -07:00
committed by GitHub
parent 316798a9b5
commit 03d2e83250
2 changed files with 14 additions and 11 deletions

View File

@@ -36,6 +36,7 @@ export const FILE_QUERY_EDITOR_TYPEID = 'workbench.editorInput.fileQueryInput';
export const RESOURCE_VIEWER_TYPEID = 'workbench.editorInput.resourceViewerInput';
export const JUPYTER_PROVIDER_ID = 'jupyter';
export const IPYKERNEL_DISPLAY_NAME = 'Python 3 (ipykernel)';
export const INTERACTIVE_PROVIDER_ID = 'dotnet-interactive';
export const INTERACTIVE_LANGUAGE_MODE = 'dib';
export const DEFAULT_NB_LANGUAGE_MODE = 'notebook';