mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-08 17:24:01 -05:00
Add "Don't Ask Again' response to required azdata update prompt (#15058)
* Add don't show again response to azdata required update * fix key * add config * Update error message
This commit is contained in:
@@ -71,6 +71,19 @@
|
||||
"%azdata.update.prompt.description%"
|
||||
],
|
||||
"description": "%azdata.update.description%"
|
||||
},
|
||||
"azdata.requiredUpdate": {
|
||||
"type": "string",
|
||||
"default": "prompt",
|
||||
"enum": [
|
||||
"dontPrompt",
|
||||
"prompt"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"%azdata.update.dontPrompt.description%",
|
||||
"%azdata.update.prompt.description%"
|
||||
],
|
||||
"description": "%azdata.requiredUpdate.description%"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user