Update notification text (#386)

This commit is contained in:
edzkite 2021-06-03 08:23:43 -07:00 committed by GitHub
parent 56ac496707
commit 9f70144397
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,7 +102,7 @@ export default class NotificationsManager {
static showKiteInstallPausedNotification() {
vscode.window
.showInformationMessage(
"The Kite Copilot cannot be installed for the time being. We'll notify you when it's available again.",
"Kite requires the Kite Copilot to function. However, it cannot be downloaded for the next few weeks. This plugin will notify you when it's available again.",
"OK",
"Learn More"
)