Fix typo in pickComplex UI hint

feature/ssh-config
Kelvin Schoofs 4 years ago
parent 8852d4733b
commit 53aa64fa9a

@ -126,7 +126,7 @@ export async function pickComplex(manager: Manager, options: PickComplexOptions)
if (options.promptInstantConnection) { if (options.promptInstantConnection) {
items.unshift({ items.unshift({
label: '$(terminal) Create instant connection', label: '$(terminal) Create instant connection',
detail: 'Opens an input box where you can type e.g. `user@host:/home/user`', detail: 'Opens an input box where you can type e.g. `user@host:22/home/user`',
picked: true, alwaysShow: true, picked: true, alwaysShow: true,
item: inputInstantConnection, item: inputInstantConnection,
}); });

Loading…
Cancel
Save