mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-15 09:35:37 -05:00
update comments and name for clarity (#15504)
This commit is contained in:
@@ -85,9 +85,9 @@ export class SqlDatabaseProjectProvider implements dataworkspace.IProjectProvide
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the supported project types
|
||||
* Gets the project actions to be placed on the dashboard toolbar
|
||||
*/
|
||||
get projectActions(): (dataworkspace.IProjectAction | dataworkspace.IProjectActionGroup)[] {
|
||||
get projectToolbarActions(): (dataworkspace.IProjectAction | dataworkspace.IProjectActionGroup)[] {
|
||||
const addItemAction: dataworkspace.IProjectAction = {
|
||||
id: constants.addItemAction,
|
||||
icon: IconPathHelper.add,
|
||||
|
||||
Reference in New Issue
Block a user