Skip to content

Commit 1ae8ef5

Browse files
mrleemurraydileepyavan
authored andcommitted
Update @vscode/codicons to version 0.0.46-37 and add new icons (#331630)
Update @vscode/codicons to version 0.0.46-37 and add new icons to codiconsLibrary Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com>
1 parent 26c566f commit 1ae8ef5

5 files changed

Lines changed: 13 additions & 10 deletions

File tree

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"@microsoft/mxc-sdk": "0.7.0",
112112
"@parcel/watcher": "^2.5.6",
113113
"@types/semver": "^7.5.8",
114-
"@vscode/codicons": "^0.0.46-36",
114+
"@vscode/codicons": "^0.0.46-37",
115115
"@vscode/copilot-api": "^0.5.2",
116116
"@vscode/deviceid": "^0.1.1",
117117
"@vscode/diff": "0.0.2-7",

remote/web/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

remote/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@microsoft/1ds-core-js": "^3.2.13",
77
"@microsoft/1ds-post-js": "^3.2.13",
8-
"@vscode/codicons": "^0.0.46-36",
8+
"@vscode/codicons": "^0.0.46-37",
99
"@vscode/iconv-lite-umd": "0.7.1",
1010
"@vscode/tree-sitter-wasm": "^0.3.1",
1111
"@vscode/vscode-languagedetection": "1.0.23",

src/vs/base/common/codiconsLibrary.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -762,4 +762,7 @@ export const codiconsLibrary = {
762762
xai: register('xai', 0xecec),
763763
arrowCircleUpSparkle: register('arrow-circle-up-sparkle', 0xeced),
764764
closeSmall: register('close-small', 0xecee),
765+
bookCompact: register('book-compact', 0xecef),
766+
micOff: register('mic-off', 0xecf0),
767+
micOffCompact: register('mic-off-compact', 0xecf1),
765768
} as const;

0 commit comments

Comments
 (0)