mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 17:22:48 -05:00
Update server tree action contributions (#15525)
* Update server tree action contributions * Fix test
This commit is contained in:
17
src/sql/base/common/codicons.ts
Normal file
17
src/sql/base/common/codicons.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
* Set of IDs used to identify SQL contributed icons, which override the default
|
||||
* codicon behavior vs/base/common/codicons.ts
|
||||
*/
|
||||
export const enum SqlIconId {
|
||||
book = 'book',
|
||||
dataExplorer = 'dataExplorer',
|
||||
addServerGroupAction = 'add-server-group-action',
|
||||
addServerAction = 'add-server-action',
|
||||
activeConnectionsAction = 'active-connections-action',
|
||||
serverPage = 'server-page'
|
||||
}
|
||||
Reference in New Issue
Block a user