mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 09:35:38 -05:00
update comments and name for clarity (#15504)
This commit is contained in:
@@ -91,7 +91,7 @@ suite('workspaceTreeDataProvider Tests', function (): void {
|
||||
createProject: (name: string, location: vscode.Uri): Promise<vscode.Uri> => {
|
||||
return Promise.resolve(location);
|
||||
},
|
||||
projectActions: [{
|
||||
projectToolbarActions: [{
|
||||
id: 'Add',
|
||||
run: async (): Promise<any> => { return Promise.resolve(); }
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user