Преглед на файлове

Updates generate commit message messaging

main
Eric Amodio преди 1 година
родител
ревизия
e4b861d912
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      src/commands/generateCommitMessage.ts

+ 1
- 1
src/commands/generateCommitMessage.ts Целия файл

@ -247,7 +247,7 @@ export async function confirmSendToOpenAI(storage: Storage): Promise {
const acceptAlways: MessageItem = { title: 'Always' };
const decline: MessageItem = { title: 'No', isCloseAffordance: true };
const result = await window.showInformationMessage(
'To automatically generate commit messages, the diff of your staged changes is sent to OpenAI. This may contain sensitive information.\n\nDo you want to continue?',
'This GitLens experimental feature automatically generates commit messages by sending the diff of your staged changes to OpenAI. This may contain sensitive information.\n\nDo you want to continue?',
{ modal: true },
accept,
acceptWorkspace,

Зареждане…
Отказ
Запис