mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-30 16:50:30 -04:00
* Sql on demand changes * Formating files * Removing features for new Engine Edition * Fixing Restore & Backup issue. Adding support for multiple conditions per flavor * tabifying * Formating documents * Work in progress * Resolving comments * Resolving comments. * Fixing typo
This commit is contained in:
committed by
Karl Burtram
parent
ea71c0e39c
commit
fe896e8b1a
@@ -109,11 +109,11 @@
|
||||
"tasks-widget": [
|
||||
{
|
||||
"name": "backup",
|
||||
"when": "!mssql:iscloud"
|
||||
"when": "!mssql:iscloud && mssql:engineedition != 11"
|
||||
},
|
||||
{
|
||||
"name": "restore",
|
||||
"when": "!mssql:iscloud"
|
||||
"when": "!mssql:iscloud && mssql:engineedition != 11"
|
||||
},
|
||||
"configureDashboard",
|
||||
"newQuery"
|
||||
|
||||
Reference in New Issue
Block a user