Interface ConfigTexts

interface ConfigTexts {
    cancel: string;
    changes: string;
    clickFileToViewDiff: string;
    codeSuggestionWithReferenceTitle: string;
    codeSuggestions: string;
    commandConfirmation: string;
    copy: string;
    copyToClipboard: string;
    feedbackFormCommentLabel: string;
    feedbackFormDescription: string;
    feedbackFormOptionsLabel: string;
    feedbackFormTitle: string;
    feedbackReportButtonLabel: string;
    feedbackThanks: string;
    files: string;
    insertAtCursorLabel: string;
    mainTitle: string;
    noMoreTabsTooltip: string;
    noTabsOpen: string;
    openNewTab: string;
    pleaseSelect: string;
    save: string;
    showMore: string;
    spinnerText: string;
    stopGenerating: string;
    submit: string;
    tabCloseConfirmationCloseButton: string;
    tabCloseConfirmationKeepButton: string;
    tabCloseConfirmationMessage: string;
}

Properties

cancel: string
changes: string
clickFileToViewDiff: string
codeSuggestionWithReferenceTitle: string
codeSuggestions: string
commandConfirmation: string
copy: string
copyToClipboard: string
feedbackFormCommentLabel: string
feedbackFormDescription: string
feedbackFormOptionsLabel: string
feedbackFormTitle: string
feedbackReportButtonLabel: string
feedbackThanks: string
files: string
insertAtCursorLabel: string
mainTitle: string
noMoreTabsTooltip: string
noTabsOpen: string
openNewTab: string
pleaseSelect: string
save: string
showMore: string
spinnerText: string
stopGenerating: string
submit: string
tabCloseConfirmationCloseButton: string
tabCloseConfirmationKeepButton: string
tabCloseConfirmationMessage: string