Update extensions/ql-vscode/src/databases/ui/db-tree-data-provider.ts
Co-authored-by: Charis Kyriakou <charisk@users.noreply.github.com>
This commit is contained in:
@@ -42,7 +42,7 @@ export class DbTreeDataProvider implements TreeDataProvider<DbTreeViewItem> {
|
|||||||
void logger.log(`Creating database tree with ${dbItems.length} items`);
|
void logger.log(`Creating database tree with ${dbItems.length} items`);
|
||||||
|
|
||||||
// Add a sample warning as a proof of concept.
|
// Add a sample warning as a proof of concept.
|
||||||
const errorTreeViewItem = createDbTreeViewItemWarning(
|
const warningTreeViewItem = createDbTreeViewItemWarning(
|
||||||
'There was an error',
|
'There was an error',
|
||||||
'Fix it'
|
'Fix it'
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user