Disable icons in autocomplete suggestions

This commit is contained in:
Barrca 2025-05-17 20:19:51 +02:00
parent 495e8742ff
commit f0f35ac3fa
2 changed files with 3 additions and 2 deletions

View file

@ -41,7 +41,9 @@ export function slashCommandAutocompletion(options: { prefix: string, customComm
override: [createSlashCommandSource(options)],
tooltipClass: () => "tooltip-autocomplete",
optionClass: () => "completion-label",
})
icons: false,
}
)
}
// Create a decoration for highlighting slash commands

View file

@ -139,7 +139,6 @@
font-weight: var(--font-normal);
font-family: Arial, Helvetica, sans-serif !important;
border-radius: 4px;
margin-left: -1em;
white-space: nowrap;
}