Update @vscode/codicons to version 0.0.45-4 and add 'claude' icon to codiconsLibrary

This commit is contained in:
mrleemurray
2026-01-29 17:26:06 +00:00
parent 16ef2c1fd2
commit 12ce890b0b
5 changed files with 12 additions and 11 deletions

8
package-lock.json generated
View File

@@ -15,7 +15,7 @@
"@microsoft/1ds-post-js": "^3.2.13",
"@parcel/watcher": "^2.5.6",
"@types/semver": "^7.5.8",
"@vscode/codicons": "^0.0.45-2",
"@vscode/codicons": "^0.0.45-4",
"@vscode/deviceid": "^0.1.1",
"@vscode/iconv-lite-umd": "0.7.1",
"@vscode/native-watchdog": "^1.4.6",
@@ -2947,9 +2947,9 @@
]
},
"node_modules/@vscode/codicons": {
"version": "0.0.45-2",
"resolved": "https://registry.npmjs.org/@vscode/codicons/-/codicons-0.0.45-2.tgz",
"integrity": "sha512-Z5uZd8E2f84Jf4jv6ozSjIU/cnHn7F1REBGUtzdqJufWoLYauH/nwpVn8fWtvXNtR1QwEyh6x3WAeR2l5rnnyg==",
"version": "0.0.45-4",
"resolved": "https://registry.npmjs.org/@vscode/codicons/-/codicons-0.0.45-4.tgz",
"integrity": "sha512-uuWqpry+FcHAw1JDkXwEW0YIuTtX3n6KqSshNlvLUjuP92PSrfq99jW52AWJ7qeunmPvgKCaZOeSSLUqHRHjmw==",
"license": "CC-BY-4.0"
},
"node_modules/@vscode/deviceid": {

View File

@@ -77,7 +77,7 @@
"@microsoft/1ds-post-js": "^3.2.13",
"@parcel/watcher": "^2.5.6",
"@types/semver": "^7.5.8",
"@vscode/codicons": "^0.0.45-2",
"@vscode/codicons": "^0.0.45-4",
"@vscode/deviceid": "^0.1.1",
"@vscode/iconv-lite-umd": "0.7.1",
"@vscode/native-watchdog": "^1.4.6",
@@ -240,4 +240,4 @@
"optionalDependencies": {
"windows-foreground-love": "0.6.1"
}
}
}

View File

@@ -10,7 +10,7 @@
"dependencies": {
"@microsoft/1ds-core-js": "^3.2.13",
"@microsoft/1ds-post-js": "^3.2.13",
"@vscode/codicons": "^0.0.45-2",
"@vscode/codicons": "^0.0.45-4",
"@vscode/iconv-lite-umd": "0.7.1",
"@vscode/tree-sitter-wasm": "^0.3.0",
"@vscode/vscode-languagedetection": "1.0.21",
@@ -73,9 +73,9 @@
"integrity": "sha512-n1VPsljTSkthsAFYdiWfC+DKzK2WwcRp83Y1YAqdX552BstvsDjft9YXppjUzp11BPsapDoO1LDgrDB0XVsfNQ=="
},
"node_modules/@vscode/codicons": {
"version": "0.0.45-2",
"resolved": "https://registry.npmjs.org/@vscode/codicons/-/codicons-0.0.45-2.tgz",
"integrity": "sha512-Z5uZd8E2f84Jf4jv6ozSjIU/cnHn7F1REBGUtzdqJufWoLYauH/nwpVn8fWtvXNtR1QwEyh6x3WAeR2l5rnnyg==",
"version": "0.0.45-4",
"resolved": "https://registry.npmjs.org/@vscode/codicons/-/codicons-0.0.45-4.tgz",
"integrity": "sha512-uuWqpry+FcHAw1JDkXwEW0YIuTtX3n6KqSshNlvLUjuP92PSrfq99jW52AWJ7qeunmPvgKCaZOeSSLUqHRHjmw==",
"license": "CC-BY-4.0"
},
"node_modules/@vscode/iconv-lite-umd": {

View File

@@ -5,7 +5,7 @@
"dependencies": {
"@microsoft/1ds-core-js": "^3.2.13",
"@microsoft/1ds-post-js": "^3.2.13",
"@vscode/codicons": "^0.0.45-2",
"@vscode/codicons": "^0.0.45-4",
"@vscode/iconv-lite-umd": "0.7.1",
"@vscode/tree-sitter-wasm": "^0.3.0",
"@vscode/vscode-languagedetection": "1.0.21",

View File

@@ -653,4 +653,5 @@ export const codiconsLibrary = {
screenCut: register('screen-cut', 0xec7f),
ask: register('ask', 0xec80),
openai: register('openai', 0xec81),
claude: register('claude', 0xec82),
} as const;