mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Update output channel name for Jupyter Notebooks. (#4246)
This commit is contained in:
@@ -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 //////////////////////////////////////////////////////////
|
||||||
|
|||||||
Reference in New Issue
Block a user