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

* Add message when no history exists on projects dashboard

* Bump version for sql db projects

* Update text, add refresh button

* Remove commented code
This commit is contained in:
Sakshi Sharma
2021-04-07 00:42:11 -07:00
committed by GitHub
parent 9035914d5d
commit addef2d584
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",