mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-02 01:25:39 -05:00
update comments and name for clarity (#15504)
This commit is contained in:
@@ -32,7 +32,7 @@ export function createProjectProvider(projectTypes: IProjectType[], projectActio
|
||||
createProject: (name: string, location: vscode.Uri, projectTypeId: string): Promise<vscode.Uri> => {
|
||||
return Promise.resolve(location);
|
||||
},
|
||||
projectActions: projectActions,
|
||||
projectToolbarActions: projectActions,
|
||||
getDashboardComponents: (projectFile: string): IDashboardTable[] => {
|
||||
return dashboardComponents;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user