Skip to content

Commit

Permalink
Fix terminal-debian typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio committed Apr 21, 2021
1 parent 7a00a14 commit 6c518bd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions dist/codicon.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

@font-face {
font-family: "codicon";
src: url("./codicon.ttf?0900b042a933b7653377c028f81fac69") format("truetype");
src: url("./codicon.ttf?3c7566a17ebaa2192aa1e68e61ba7d86") format("truetype");
}

.codicon[class*='codicon-'] {
Expand Down Expand Up @@ -461,9 +461,8 @@
.codicon-workspace-untrusted:before { content: "\ebc2" }
.codicon-workspace-unknown:before { content: "\ebc3" }
.codicon-terminal-cmd:before { content: "\ebc4" }
.codicon-terminal-debia:before { content: "\ebc5" }
.codicon-terminal-debian:before { content: "\ebc5" }
.codicon-terminal-linux:before { content: "\ebc6" }
.codicon-terminal-powershell:before { content: "\ebc7" }
.codicon-terminal-tmux:before { content: "\ebc8" }
.codicon-terminal-ubuntu:before { content: "\ebc9" }
.codicon-terminal-debian:before { content: "\f101" }
2 changes: 1 addition & 1 deletion dist/codicon.csv
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ tag,,EA66
tasklist,,EB67
telescope,,EB68
terminal-cmd,,EBC4
terminal-debian,,F101
terminal-debian,,EBC5
terminal-linux,,EBC6
terminal-powershell,,EBC7
terminal-tmux,,EBC8
Expand Down
Binary file modified dist/codicon.ttf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/template/mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@
"workspace-unknown":"60355",

"terminal-cmd":"60356",
"terminal-debia":"60357",
"terminal-debian":"60357",
"terminal-linux":"60358",
"terminal-powershell":"60359",
"terminal-tmux":"60360",
Expand Down

0 comments on commit 6c518bd

Please sign in to comment.