mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-24 05:40:29 -04:00
11 lines
618 B
TypeScript
11 lines
618 B
TypeScript
/*---------------------------------------------------------------------------------------------
|
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
|
*--------------------------------------------------------------------------------------------*/
|
|
|
|
export const QUERY_HISTORY_CONFIG_SECTION = 'queryHistory';
|
|
export const CAPTURE_ENABLED_CONFIG_SECTION = 'captureEnabled';
|
|
export const DOUBLE_CLICK_ACTION_CONFIG_SECTION = 'doubleClickAction';
|
|
|
|
export const ITEM_SELECTED_COMMAND_ID = 'queryHistory.itemSelected';
|