Add dont show prompt to azdata toasts (#12037)

* Add dont show prompt to azdata toasts

* Undo version change

* undo
This commit is contained in:
Charles Gagnon
2020-08-31 17:15:26 -07:00
committed by GitHub
parent a5b1e027c1
commit 02248fc065
3 changed files with 25 additions and 6 deletions

View File

@@ -6,4 +6,6 @@
export const azdataConfigSection = 'azdata';
export const debugConfigKey = 'logDebugInfo';
export const requiredVersion = '20.1.1';
export const doNotPromptInstallMemento = 'azdata.doNotPromptInstall';
export const doNotPromptUpdateMemento = 'azdata.doNotPromptUpdate';
export const installationReadmeUrl = 'https://github.com/microsoft/Azure-data-services-on-Azure-Arc/blob/Aug-2020/scenarios-new/001-install-client-tools.md';