Update output channel name for Jupyter Notebooks. (#4246)

This commit is contained in:
Cory Rivera
2019-02-28 16:45:56 -08:00
committed by GitHub
parent f8e854a087
commit 630698459b

View File

@@ -2,7 +2,7 @@
// CONFIG VALUES /////////////////////////////////////////////////////////// // CONFIG VALUES ///////////////////////////////////////////////////////////
export const extensionConfigSectionName = 'dataManagement'; export const extensionConfigSectionName = 'dataManagement';
export const extensionOutputChannel = 'SQL Server 2019 Preview'; export const extensionOutputChannel = 'Jupyter Notebooks';
export const configLogDebugInfo = 'logDebugInfo'; export const configLogDebugInfo = 'logDebugInfo';
// JUPYTER CONFIG ////////////////////////////////////////////////////////// // JUPYTER CONFIG //////////////////////////////////////////////////////////