mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Merge from vscode 64980ea1f3f532c82bb6c28d27bba9ef2c5b4463 (#7206)
* Merge from vscode 64980ea1f3f532c82bb6c28d27bba9ef2c5b4463 * fix config changes * fix strictnull checks
This commit is contained in:
34
test/automation/src/index.ts
Normal file
34
test/automation/src/index.ts
Normal file
@@ -0,0 +1,34 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
export * from './activityBar';
|
||||
export * from './application';
|
||||
export * from './code';
|
||||
export * from './debug';
|
||||
export * from './editor';
|
||||
export * from './editors';
|
||||
export * from './explorer';
|
||||
export * from './extensions';
|
||||
export * from './keybindings';
|
||||
export * from './logger';
|
||||
export * from './peek';
|
||||
export * from './problems';
|
||||
export * from './quickinput';
|
||||
export * from './quickopen';
|
||||
export * from './scm';
|
||||
export * from './search';
|
||||
export * from './settings';
|
||||
export * from './statusbar';
|
||||
export * from './terminal';
|
||||
export * from './viewlet';
|
||||
export * from './workbench';
|
||||
export * from '../src/driver';
|
||||
|
||||
// {{SQL CARBON EDIT}}
|
||||
export * from './sql/connectionDialog';
|
||||
export * from './sql/profiler';
|
||||
export * from './sql/queryEditors';
|
||||
export * from './sql/sqlutils';
|
||||
export * from './sql/testConfig';
|
||||
Reference in New Issue
Block a user