Skip to content

Commit 224120a

Browse files
committed
Remove unnecessary comments
1 parent d9639f9 commit 224120a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/vscode/src/view/backend/message-handlers/handle-send-prompt.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,15 +221,13 @@ async function show_preset_quick_pick(
221221

222222
const items: (vscode.QuickPickItem & { name?: string })[] = []
223223

224-
// Add "Ungrouped" separator at the top if there's no leading group
225224
if (presets[0]?.chatbot !== undefined) {
226225
items.push({
227226
label: 'Ungrouped',
228227
kind: vscode.QuickPickItemKind.Separator
229228
})
230229
}
231230

232-
// Add all presets
233231
items.push(
234232
...presets.map((preset) => {
235233
if (!preset.chatbot) {

0 commit comments

Comments
 (0)