Skip to content

Commit adc9477

Browse files
authored
GLSP-1645: Update codicon version (#260)
Fix mising icon in toolpalette by updating the version Fixes eclipse-glsp/glsp/issues/1645
1 parent b786859 commit adc9477

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

project-templates/node-json-vscode/tasklist-vscode/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"onStartupFinished"
157157
],
158158
"dependencies": {
159-
"@vscode/codicons": "^0.0.25"
159+
"@vscode/codicons": "^0.0.44"
160160
},
161161
"devDependencies": {
162162
"@eclipse-glsp/vscode-integration": "2.6.0",

project-templates/node-json-vscode/yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,6 +1060,11 @@
10601060
resolved "https://registry.yarnpkg.com/@vscode/codicons/-/codicons-0.0.25.tgz#4ebc3e2c9e707ac46aea0becceda79f7738c647c"
10611061
integrity sha512-uqPhTdADjwoCh5Ufbv0M6TZiiP2mqbfJVB4grhVx1k+YeP03LDMOHBWPsNwGKn4/0S5Mq9o1w1GeftvR031Gzg==
10621062

1063+
"@vscode/codicons@^0.0.44":
1064+
version "0.0.44"
1065+
resolved "https://registry.yarnpkg.com/@vscode/codicons/-/codicons-0.0.44.tgz#c1b6bebc5ae318314894df0e4dc154bd26946c6c"
1066+
integrity sha512-F7qPRumUK3EHjNdopfICLGRf3iNPoZQt+McTHAn4AlOWPB3W2kL4H0S7uqEqbyZ6rCxaeDjpAn3MCUnwTu/VJQ==
1067+
10631068
"@vscode/vsce@^2.24.0":
10641069
version "2.24.0"
10651070
resolved "https://registry.yarnpkg.com/@vscode/vsce/-/vsce-2.24.0.tgz#7f835b9fdd5bfedcecd62a6c4d684841a74974d4"

0 commit comments

Comments
 (0)