We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f63601 commit b03fba4Copy full SHA for b03fba4
src/webviews/settings/index.ts
@@ -211,7 +211,7 @@ export class SettingsUI {
211
212
passwordAuthTab
213
.addParagraph(`The following extensions are authorized to use the password for this connection.`)
214
- .addParagraph(`<ul>✅ <code>${passwordAuthorisedExtensions.map(ext => `<li>${ext}</li>`).join(``)}</code></ul>`)
+ .addParagraph(`<ul>${passwordAuthorisedExtensions.map(ext => `<li>✅ <code>${ext}</code></li>`).join(``)}</ul>`)
215
.addButtons({ id: `clearAllowedExts`, label: `Clear list` })
216
217
tabs.push({ label: `Extension Auth`, fields: passwordAuthTab.fields });
0 commit comments