Skip to content

Commit

Permalink
fix: revert "remote-explorer" related icons to VSCode's defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
yttriumz committed Oct 15, 2022
1 parent 2deeeb2 commit 85b89bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/sets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ export const sets: IconSet[] = [
// 'codicon:debug-step-out': 'carbon:',
// 'codicon:debug-step-over': 'carbon:',
// 'codicon:debug-stop': 'carbon:',
'codicon:desktop-download': 'mdi:monitor-arrow-down-variant',
// 'codicon:desktop-download': 'carbon:',
'codicon:device-camera': 'carbon:camera',
'codicon:device-camera-video': 'carbon:video',
'codicon:device-desktop': 'mdi:monitor',
// 'codicon:device-desktop': 'carbon:',
'codicon:device-mobile': 'carbon:mobile',
// 'codicon:diff': 'carbon:',
// 'codicon:diff-added': 'carbon:',
Expand Down Expand Up @@ -304,7 +304,7 @@ export const sets: IconSet[] = [
// 'codicon:refresh': 'carbon:',
// 'codicon:regex': 'carbon:',
// 'codicon:remote': 'carbon:',
'codicon:remote-explorer': 'mdi:remote-desktop',
// 'codicon:remote-explorer': 'carbon:',
// 'codicon:remove': 'carbon:',
// 'codicon:remove-close': 'carbon:',
'codicon:repl': 'carbon:terminal',
Expand Down

0 comments on commit 85b89bc

Please sign in to comment.