mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Enable VS Code notebooks with a built-in SQL kernel. (#21995)
This commit is contained in:
@@ -22,6 +22,7 @@ import { IconPathHelper } from './iconHelper';
|
||||
import * as nls from 'vscode-nls';
|
||||
import { INotebookConvertService } from './notebookConvert/notebookConvertService';
|
||||
import { registerTableDesignerCommands } from './tableDesigner/tableDesigner';
|
||||
import { SqlNotebookController } from './sqlNotebook/sqlNotebookController';
|
||||
import { registerObjectManagementCommands } from './objectManagement/commands';
|
||||
import { TelemetryActions, TelemetryReporter, TelemetryViews } from './telemetry';
|
||||
|
||||
@@ -114,7 +115,10 @@ export async function activate(context: vscode.ExtensionContext): Promise<IExten
|
||||
registerTableDesignerCommands(appContext);
|
||||
registerObjectManagementCommands(appContext);
|
||||
|
||||
context.subscriptions.push(new SqlNotebookController());
|
||||
|
||||
context.subscriptions.push(TelemetryReporter);
|
||||
|
||||
return createMssqlApi(appContext, server);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user