Skip to content

Commit 93e8078

Browse files
committed
Remove comments
1 parent e448830 commit 93e8078

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/activate/registerCommands.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,6 @@ export const openClineInNewTab = async ({ context, outputChannel }: Omit<Registe
282282
// Save as tab type panel.
283283
setPanel(newPanel, "tab")
284284

285-
// TODO: Use better svg icon with light and dark variants (see
286-
// https://stackoverflow.com/questions/58365687/vscode-extension-iconpath).
287285
newPanel.iconPath = {
288286
light: vscode.Uri.joinPath(context.extensionUri, "assets", "icons", "kilo-light.svg"),
289287
dark: vscode.Uri.joinPath(context.extensionUri, "assets", "icons", "kilo-dark.svg"),

0 commit comments

Comments
 (0)