Skip to content

Commit 85b89bc

Browse files
committed
fix: revert "remote-explorer" related icons to VSCode's defaults
1 parent 2deeeb2 commit 85b89bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/sets.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@ export const sets: IconSet[] = [
121121
// 'codicon:debug-step-out': 'carbon:',
122122
// 'codicon:debug-step-over': 'carbon:',
123123
// 'codicon:debug-stop': 'carbon:',
124-
'codicon:desktop-download': 'mdi:monitor-arrow-down-variant',
124+
// 'codicon:desktop-download': 'carbon:',
125125
'codicon:device-camera': 'carbon:camera',
126126
'codicon:device-camera-video': 'carbon:video',
127-
'codicon:device-desktop': 'mdi:monitor',
127+
// 'codicon:device-desktop': 'carbon:',
128128
'codicon:device-mobile': 'carbon:mobile',
129129
// 'codicon:diff': 'carbon:',
130130
// 'codicon:diff-added': 'carbon:',
@@ -304,7 +304,7 @@ export const sets: IconSet[] = [
304304
// 'codicon:refresh': 'carbon:',
305305
// 'codicon:regex': 'carbon:',
306306
// 'codicon:remote': 'carbon:',
307-
'codicon:remote-explorer': 'mdi:remote-desktop',
307+
// 'codicon:remote-explorer': 'carbon:',
308308
// 'codicon:remove': 'carbon:',
309309
// 'codicon:remove-close': 'carbon:',
310310
'codicon:repl': 'carbon:terminal',

0 commit comments

Comments
 (0)