Update codicons version to 0.0.45-7 and add new icon 'openInWindow'

This commit is contained in:
mrleemurray
2026-02-13 13:52:46 +00:00
parent 970fb634fc
commit 9d1ba054ae
5 changed files with 11 additions and 10 deletions

View File

@@ -654,4 +654,5 @@ export const codiconsLibrary = {
ask: register('ask', 0xec80),
openai: register('openai', 0xec81),
claude: register('claude', 0xec82),
openInWindow: register('open-in-window', 0xec83),
} as const;