mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Add double click action support for query history (#20204)
* Add double click action support for query history * localize descriptions
This commit is contained in:
10
extensions/query-history/src/constants.ts
Normal file
10
extensions/query-history/src/constants.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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';
|
||||
Reference in New Issue
Block a user