mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Changed output channel name from 'Jupyter Notebooks' to 'Notebooks' (#5780)
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
// CONFIG VALUES ///////////////////////////////////////////////////////////
|
// CONFIG VALUES ///////////////////////////////////////////////////////////
|
||||||
export const extensionConfigSectionName = 'dataManagement';
|
export const extensionConfigSectionName = 'dataManagement';
|
||||||
export const extensionOutputChannel = 'Jupyter Notebooks';
|
export const extensionOutputChannel = 'Notebooks';
|
||||||
export const configLogDebugInfo = 'logDebugInfo';
|
export const configLogDebugInfo = 'logDebugInfo';
|
||||||
|
|
||||||
// JUPYTER CONFIG //////////////////////////////////////////////////////////
|
// JUPYTER CONFIG //////////////////////////////////////////////////////////
|
||||||
@@ -24,7 +24,6 @@ export const pythonPathConfigKey = 'pythonPath';
|
|||||||
export const existingPythonConfigKey = 'useExistingPython';
|
export const existingPythonConfigKey = 'useExistingPython';
|
||||||
export const notebookConfigKey = 'notebook';
|
export const notebookConfigKey = 'notebook';
|
||||||
|
|
||||||
export const outputChannelName = 'dataManagement';
|
|
||||||
export const hdfsHost = 'host';
|
export const hdfsHost = 'host';
|
||||||
export const hdfsUser = 'user';
|
export const hdfsUser = 'user';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user