Add message when no history exists on projects dashboard (#15002) (#15019)

* Add message when no history exists on projects dashboard

* Bump version for sql db projects

* Update text, add refresh button

* Remove commented code

Co-authored-by: Sakshi Sharma <57200045+SakshiS-harma@users.noreply.github.com>
This commit is contained in:
Udeesha Gautam
2021-04-07 13:22:00 -07:00
committed by GitHub
parent b54beb6e7a
commit ff05bc2b03
5 changed files with 89 additions and 54 deletions

View File

@@ -2,12 +2,12 @@
"name": "sql-database-projects",
"displayName": "SQL Database Projects",
"description": "The SQL Database Projects extension for Azure Data Studio allows users to develop and publish database schemas.",
"version": "0.8.0",
"version": "0.8.1",
"publisher": "Microsoft",
"preview": true,
"engines": {
"vscode": "^1.30.1",
"azdata": ">=1.27.0"
"azdata": ">=1.28.0"
},
"license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt",
"icon": "images/sqlDatabaseProjects.png",