You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message: localize('confirmMoveTrashMessageFilesAndDirectories',"Are you sure you want to paste {0} lines of text into the terminal?",textForLines.length),
75
75
detail,
76
-
primaryButton: localize({key: 'multiLinePasteButton',comment: ['&& denotes a mnemonic']},"&&Paste"),
76
+
type: 'warning',
77
+
buttons: [
78
+
{
79
+
label: localize({key: 'multiLinePasteButton',comment: ['&& denotes a mnemonic']},"&&Paste"),
80
+
run: ()=>({confirmed: true,singleLine: false})
81
+
},
82
+
{
83
+
label: localize({key: 'multiLinePasteButton.oneLine',comment: ['&& denotes a mnemonic']},"Paste as &&one line"),
84
+
run: ()=>({confirmed: true,singleLine: true})
85
+
}
86
+
],
87
+
cancelButton: true,
77
88
checkbox: {
78
89
label: localize('doNotAskAgain',"Do not ask me again")
0 commit comments