mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 09:35:39 -05:00
Creating a new database project, project items
* can create, open, and close sqlproj files * can add sql objects to projects
This commit is contained in:
@@ -52,3 +52,5 @@ export class MessageTreeItem extends BaseProjectTreeItem {
|
||||
return new vscode.TreeItem(this.message, vscode.TreeItemCollapsibleState.None);
|
||||
}
|
||||
}
|
||||
|
||||
export const SpacerTreeItem = new MessageTreeItem('');
|
||||
|
||||
Reference in New Issue
Block a user